Idris2/tests/idris2/pretty002/expected
2021-12-02 12:49:07 +00:00

7 lines
124 B
Plaintext

1/1: Building SnocList (SnocList.idr)
Main> [<1, 2, 3, 4]
Main> [<[<1, 2], [<3, 4]]
Main> [<1, 2, 3, 4]
Main>
Bye for now!