Idris2/tests/base/data_list001/expected
2022-03-17 18:23:47 +00:00

6 lines
213 B
Plaintext

1/1: Building List (List.idr)
Main> [[9, 6, 7, 8], [6, 9, 7, 8], [6, 7, 8, 9], [9, 6], [6, 9], [9]]
[[], [4], [3], [4, 5], [3, 5], [3, 4]]
[[6], [6, 4], [3, 6], [6, 4, 5], [3, 6, 5], [3, 4, 6]]
Main> Bye for now!