Skip to content

Commit b68d76a

Browse files
authored
Merge pull request #65 from mohamed-barakat/AddTruthMorphismOfTrueWithGivenObjects
no need to AddTruthMorphismOfTrueWithGivenObjects anymore
2 parents 2bc03cb + 41863d7 commit b68d76a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
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 := "2020.11-04",
13+
Version := "2020.11-05",
1414

1515
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",
@@ -100,7 +100,7 @@ Dependencies := rec(
100100
NeededOtherPackages := [
101101
[ "GAPDoc", ">= 1.5" ],
102102
[ "CAP", ">= 2021.05-02" ],
103-
[ "Toposes", ">= 2021.11-03" ],
103+
[ "Toposes", ">= 2021.11-05" ],
104104
],
105105
SuggestedOtherPackages := [ ],
106106
ExternalConditions := [ ],

gap/FinSetsForCAP.gi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,14 +1002,6 @@ AddSubobjectClassifier( category_of_finite_sets,
10021002

10031003
end );
10041004

1005-
##
1006-
AddTruthMorphismOfTrueWithGivenObjects( category_of_finite_sets,
1007-
function ( category_of_finite_sets, terminal, subobject )
1008-
1009-
return MapOfFinSets( terminal, [ [ "*", "true" ] ], subobject );
1010-
1011-
end );
1012-
10131005
##
10141006
AddClassifyingMorphismOfSubobjectWithGivenSubobjectClassifier( category_of_finite_sets,
10151007
function ( category_of_finite_sets, monomorphism, omega )

0 commit comments

Comments
 (0)