Idris2/tests/idris2/interface/interface004/input
2023-09-07 14:57:22 +01:00

4 lines
46 B
Plaintext

foo (Just 4) (Just 5)
foo (Just 4) Nothing
:q