Idris2-boot/tests/idris2/basic020/expected
Edwin Brady 7aa8a71f8f Fix loading of hints, and add test
Need to add by full name, due to ordering of loading (the name it's
attached to may not be resolved yet!). This doesn't seem to cause any
performance problems but we can revisit if it does.
2019-06-29 20:51:48 +01:00

10 lines
192 B
Plaintext

1/1: Building Mut (Mut.idr)
Welcome to Idris 2 version 0.0. Enjoy yourself!
Main> MyTrue
Main> MyFalse
Main> (True, False)
Main> (False, True)
Main> MkBox 40
Main> MkBox 20
Main> Bye for now!