Skip to content

Commit bceb267

Browse files
use category_of_finite_sets in AddCartesianLambdaIntroduction
1 parent 7fa1cd0 commit bceb267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gap/FinSetsForCAP.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ AddCartesianLambdaIntroduction( category_of_finite_sets,
10181018
function ( category_of_finite_sets, map )
10191019
local I;
10201020

1021-
I := TerminalObject( CapCategory( map ) );
1021+
I := TerminalObject( category_of_finite_sets );
10221022

10231023
return MapOfFinSetsNC(
10241024
I,

0 commit comments

Comments
 (0)