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