forked from lix-project/lix
09471d2680
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable
2 lines
246 B
Plaintext
2 lines
246 B
Plaintext
[ [ 42 77 147 249 483 526 ] [ 526 483 249 147 77 42 ] [ "bar" "fnord" "foo" "xyzzy" ] [ { key = 1; value = "foo"; } { key = 1; value = "fnord"; } { key = 2; value = "bar"; } ] [ [ ] [ ] [ 1 ] [ 1 4 ] [ 1 5 ] [ 1 6 ] [ 2 ] [ 2 3 ] [ 3 ] [ 3 ] ] ]
|