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

5 lines
149 B
Plaintext

1/1: Building List (List.idr)
Main> [[], [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!