mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
|
foo (Just 4) (Just 5)
|
||
|
foo (Just 4) Nothing
|
||
|
:q
|