Idris2-boot/tests/ttimp/search003/input
Edwin Brady 628a7bde0f Improve auto search to support interfaces
Parser now allows options on data types and functions, and elaborator
processes options so we can set up interfaces
2019-05-26 14:28:38 +01:00

5 lines
63 B
Plaintext

eq (S (S Z)) (S (S Z))
show True
testThings Z (S (S (S Z)))
:q