Idris2/tests/idris2/misc/lazy001/expected
2023-09-07 14:57:22 +01:00

5 lines
90 B
Plaintext

1/1: Building Lazy (Lazy.idr)
Main> 1 :: Delay ones
Main> [1, 1, 1, 1]
Main> Bye for now!