Skip to content

Commit e8d2445

Browse files
Merge pull request #1784 from mohamed-barakat/no_with_given
comply with CAP: remove WithGiven-methods from CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD
2 parents 2b597ff + 275ba7c commit e8d2445

17 files changed

+56
-56
lines changed

CartesianCategories/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "CartesianCategories",
1212
Subtitle := "Cartesian and cocartesian categories and various subdoctrines",
13-
Version := "2025.07-06",
13+
Version := "2025.07-07",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
1616
License := "GPL-2.0-or-later",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The files of this package which include the line `THIS FILE WAS AUTOMATICALLY GENERATED` in their header have been autogenerated
22

3-
* from MonoidalCategories v2025.07-06
3+
* from MonoidalCategories v2025.07-07

CartesianCategories/gap/CartesianCategoriesProperties.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsCartesianCategory :=
2323
Concatenation(
2424
ListOfDefiningOperations( "IsCategoryWithTerminalObject" ),
2525
[ "DirectProduct",
26-
"ProjectionInFactorOfDirectProductWithGivenDirectProduct",
27-
"UniversalMorphismIntoDirectProductWithGivenDirectProduct",
26+
"ProjectionInFactorOfDirectProduct",
27+
"UniversalMorphismIntoDirectProduct",
2828
] ) );
2929

3030
## For internal use only:

CartesianCategories/gap/CartesianClosedCategories.gd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsCartesianClosedCategory :=
2121
Concatenation(
2222
ListOfDefiningOperations( "IsCartesianCategory" ),
2323
[ "ExponentialOnObjects",
24-
"ExponentialOnMorphismsWithGivenExponentials",
25-
"CartesianRightEvaluationMorphismWithGivenSource",
26-
"CartesianRightCoevaluationMorphismWithGivenRange",
27-
"CartesianLeftEvaluationMorphismWithGivenSource",
28-
"CartesianLeftCoevaluationMorphismWithGivenRange"
24+
"ExponentialOnMorphisms",
25+
"CartesianRightEvaluationMorphism",
26+
"CartesianRightCoevaluationMorphism",
27+
"CartesianLeftEvaluationMorphism",
28+
"CartesianLeftCoevaluationMorphism"
2929
] );
3030

3131
#! @Description

CartesianCategories/gap/CocartesianCategoriesProperties.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsCocartesianCategory :=
2323
Concatenation(
2424
ListOfDefiningOperations( "IsCategoryWithInitialObject" ),
2525
[ "Coproduct",
26-
"InjectionOfCofactorOfCoproductWithGivenCoproduct",
27-
"UniversalMorphismFromCoproductWithGivenCoproduct",
26+
"InjectionOfCofactorOfCoproduct",
27+
"UniversalMorphismFromCoproduct",
2828
] ) );
2929

3030
## For internal use only:

CartesianCategories/gap/CocartesianCoclosedCategories.gd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsCocartesianCoclosedCategory :=
2121
Concatenation(
2222
ListOfDefiningOperations( "IsCocartesianCategory" ),
2323
[ "CoexponentialOnObjects",
24-
"CoexponentialOnMorphismsWithGivenCoexponentials",
25-
"CocartesianRightEvaluationMorphismWithGivenRange",
26-
"CocartesianRightCoevaluationMorphismWithGivenSource",
27-
"CocartesianLeftEvaluationMorphismWithGivenRange",
28-
"CocartesianLeftCoevaluationMorphismWithGivenSource"
24+
"CoexponentialOnMorphisms",
25+
"CocartesianRightEvaluationMorphism",
26+
"CocartesianRightCoevaluationMorphism",
27+
"CocartesianLeftEvaluationMorphism",
28+
"CocartesianLeftCoevaluationMorphism"
2929
] );
3030

3131
#! @Description

CartesianCategories/gap/CodistributiveCocartesianCategoriesProperties.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsCodistributiveCategory :=
1717
DuplicateFreeList(
1818
Concatenation(
1919
ListOfDefiningOperations( "IsBicartesianCategory" ),
20-
[ "LeftCocartesianCodistributivityFactoringWithGivenObjects",
21-
"RightCocartesianCodistributivityFactoringWithGivenObjects",
20+
[ "LeftCocartesianCodistributivityFactoring",
21+
"RightCocartesianCodistributivityFactoring",
2222
] ) );

CartesianCategories/gap/DistributiveCartesianCategoriesProperties.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsDistributiveCategory :=
1717
DuplicateFreeList(
1818
Concatenation(
1919
ListOfDefiningOperations( "IsBicartesianCategory" ),
20-
[ "LeftCartesianDistributivityExpandingWithGivenObjects",
21-
"RightCartesianDistributivityExpandingWithGivenObjects",
20+
[ "LeftCartesianDistributivityExpanding",
21+
"RightCartesianDistributivityExpanding",
2222
] ) );

MonoidalCategories/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "MonoidalCategories",
1212
Subtitle := "Monoidal and monoidal (co)closed categories",
13-
Version := "2025.07-06",
13+
Version := "2025.07-07",
1414
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
1515
License := "GPL-2.0-or-later",
1616

MonoidalCategories/gap/BraidedMonoidalCategoriesProperties.gi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsBraidedMonoidalCategory :=
88
Concatenation(
99
ListOfDefiningOperations( "IsMonoidalCategory" ),
10-
[ "BraidingWithGivenTensorProducts",
11-
"BraidingInverseWithGivenTensorProducts"
10+
[ "Braiding",
11+
"BraidingInverse"
1212
] );
1313

1414
InstallTrueMethod( IsMonoidalCategory, IsBraidedMonoidalCategory );

0 commit comments

Comments
 (0)