mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 18:31:43 +03:00
628a7bde0f
Parser now allows options on data types and functions, and elaborator processes options so we can set up interfaces
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
eq (S (S Z)) (S (S Z))
|
|
show True
|
|
testThings Z (S (S (S Z)))
|
|
:q
|