Idris2-boot/tests/idris2/basic007/expected
Edwin Brady d053a18977 Set fresh name counter on loading Main ttc
Make sure this is the counter from the right namespace, or we might get
name clashes at the REPL
2019-06-27 14:47:47 +01:00

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!