mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 11:51:31 +03:00
d053a18977
Make sure this is the counter from the right namespace, or we might get name clashes at the REPL
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
1/2: Building Stuff (Stuff.idr)
|
|
2/2: Building DoLocal (DoLocal.idr)
|
|
Welcome to Idris 2 version 0.0. Enjoy yourself!
|
|
Main> Just 1
|
|
Main> Just 0
|
|
Main> Just 94
|
|
Main> Nothing
|
|
Main> Nothing
|
|
Main> Bye for now!
|