mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 03:41:30 +03:00
411b8ccc07
Also added (necessarily) a rule for lambdas
6 lines
103 B
Plaintext
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
|