mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-28 05:32:03 +03:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
Main> 1/1: Building Do (Do.idr)
|
|
Loaded file Do.idr
|
|
Main> Just (S (S (S Z)))
|
|
Main> Just Z
|
|
Main> Just (S (S (S Z)))
|
|
Main> Just Z
|
|
Main> Bye for now!
|