mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 13:11:30 +03:00
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
:l "Do.idr"
|
|
mPatBind (Just (S Z)) (Just (S (S Z)))
|
|
mPatBind (Just (S Z)) Nothing
|
|
mLetBind (Just (S Z)) (Just (S (S Z)))
|
|
mLetBind (Just (S Z)) Nothing
|
|
:q
|