Skip to content

Commit de1e991

Browse files
converted input into range
1 parent a748f97 commit de1e991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/SkeletalPushoutComplement.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ K := FinSet( 3 );
1717
#! |3|
1818
L := FinSet( 6 );
1919
#! |6|
20-
l := MapOfFinSets( K, [ 2, 3, 4 ], L );; IsMonomorphism( l );; l;
20+
l := MapOfFinSets( K, [ 2 .. 4 ], L );; IsMonomorphism( l );; l;
2121
#! |3| ↪ |6|
2222
Display( l );
23-
#! { 0, 1, 2 } ⱶ[ 2, 3, 4 ]→ { 0,..., 5 }
23+
#! { 0, 1, 2 } ⱶ[ 2 .. 4 ]→ { 0,..., 5 }
2424
G := FinSet( 8 );
2525
#! |8|
2626
Display( G );

0 commit comments

Comments
 (0)