Skip to content

Commit 31c9b33

Browse files
authored
Merge pull request #247 from mohamed-barakat/SetIsStrictCartesianCategory
added missing mathematical properties: SetIsStrictC(oc)artesianCategory
2 parents c9ed4a9 + 0f7bf00 commit 31c9b33

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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 := "FinSetsForCAP",
1212
Subtitle := "The elementary topos of (skeletal) finite sets",
13-
Version := "2024.02-08",
13+
Version := "2024.02-09",
1414

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",

gap/SkeletalFinSets.gi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ InstallMethod( SkeletalCategoryOfFiniteSets,
3333
SetIsCategoryWithDecidableLifts( cat, true );
3434
SetIsCategoryWithDecidableColifts( cat, true );
3535

36+
SetIsStrictCartesianCategory( cat, true );
37+
SetIsStrictCocartesianCategory( cat, true );
38+
3639
SetIsElementaryTopos( cat, true );
3740

3841
SetRangeCategoryOfHomomorphismStructure( cat, cat );

0 commit comments

Comments
 (0)