mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-06 13:16:27 +03:00
558776c4c4
otherwise all tests will need to change every time version changes...
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
Welcome to Idris 2. Enjoy yourself!
|
|
Main> 1/1: Building Do (Do.idr)
|
|
Main> Just (S (S (S Z)))
|
|
Main> Just Z
|
|
Main> Just (S (S (S Z)))
|
|
Main> Just Z
|
|
Main> Bye for now!
|