mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 10:21:39 +03:00
ea0de3d499
It's not quite there yet, though, because the treatment of 'as' patterns isn't quite right and the slightly hacky approach we're taking might not be the best. Rethinking now...
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
simpleAs (S (S Z))
|
|
as Z
|
|
as (S (S (S Z)))
|
|
pairPred (S (S (S (S Z))))
|
|
:q
|