mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 18:31:43 +03:00
7aa8a71f8f
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.
10 lines
192 B
Plaintext
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!
|