mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 15:07:37 +03:00
891b2d667a
Co-authored-by: Ohad Kammar <ohad.kammar@ed.ac.uk>
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
|