Idris2-boot/tests/ttimp/basic002/input
Edwin Brady 411b8ccc07 Support eta in unification
Also added (necessarily) a rule for lambdas
2019-05-07 15:06:00 +01:00

6 lines
103 B
Plaintext

:t adder Z
:t adder (S Z)
adder (S Z) (S (S Z)) (S Z)
adder (S (S Z)) (S (S Z)) (S Z) (S (S (S Z)))
:q