Idris2/tests/base/data_list001/expected
2022-02-11 09:28:36 +00:00

4 lines
94 B
Plaintext

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