@@ -177,42 +177,43 @@ gap> BraidedCocartesianCategoriesTest( finsets, opposite_primitive, a, t );;
177177#
178178gap> a := FinSet( [ 1 .. 2 ] );;
179179gap> L := [ FinSet( [ 2 .. 5 ] ), FinSet( [ 6 .. 7 ] ), FinSet( [ 3 .. 8 ] ) ] ;;
180+ gap> M := [ 3 , 2 , 4 ] ;;
180181
181182#
182- gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L );;
183- gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L );;
183+ gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L, M );;
184+ gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L, M );;
184185
185186#
186187gap> a := InitialObject( finsets );;
187188gap> L := [ FinSet( [ 2 .. 5 ] ), FinSet( [ 6 .. 7 ] ), FinSet( [ 3 .. 8 ] ) ] ;;
188189
189190#
190- gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L );;
191- gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L );;
191+ gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L, M );;
192+ gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L, M );;
192193
193194#
194195gap> a := FinSet( [ 1 .. 2 ] );;
195196gap> L := [ FinSet( [ 2 .. 5 ] ), InitialObject( finsets ), FinSet( [ 3 .. 8 ] ) ] ;;
196197
197198#
198- gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L );;
199- gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L );;
199+ gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L, M );;
200+ gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L, M );;
200201
201202#
202203gap> a := TerminalObject( finsets );;
203204gap> L := [ FinSet( [ 2 .. 5 ] ), FinSet( [ 6 .. 7 ] ), FinSet( [ 3 .. 8 ] ) ] ;;
204205
205206#
206- gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L );;
207- gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L );;
207+ gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L, M );;
208+ gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L, M );;
208209
209210#
210211gap> a := FinSet( [ 1 .. 2 ] );;
211212gap> L := [ FinSet( [ 2 .. 5 ] ), TerminalObject( finsets ), FinSet( [ 3 .. 8 ] ) ] ;;
212213
213214#
214- gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L );;
215- gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L );;
215+ gap> DistributiveCartesianCategoriesTest( finsets, opposite, a, L, M );;
216+ gap> DistributiveCartesianCategoriesTest( finsets, opposite_primitive, a, L, M );;
216217
217218#
218219# #############################################
0 commit comments