mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
|
1/1: Building LazyFor (LazyFor.idr)
|
||
|
Main> xs: 1
|
||
|
xs: 2
|
||
|
xs: 3
|
||
|
Nothing
|
||
|
Main> xs': 1
|
||
|
xs': 2
|
||
|
xs': 3
|
||
|
Nothing
|
||
|
Main>
|
||
|
Bye for now!
|