camlboot/miniml/compiler/test/lists.output.reference
2020-12-21 06:56:54 +01:00

5 lines
97 B
Plaintext

Lists:
[ 1 2 3 4 5 6 7 8 9]
[ 1; 2; 3; 4; 5; 6; 7; 8; 9]
[ 2; 3; 4; 5; 6; 7; 8; 9; 10][ 2; 4; 6]