Idris2/tests/idris2/basic007/input
Edwin Brady a972778eab Add test script
They don't all pass yet, for minor reasons. Coming shortly...
Unfortunately the startup overhead for chez is really noticeable here!
2020-05-19 18:25:18 +01:00

7 lines
191 B
Plaintext

mthings (Just (Just 20)) (Just Nothing)
mthings (Just Nothing) (Just (Just 54))
mthings (Just (Just 20)) (Just (Just 54))
mthings (Just (Just 20)) Nothing
mthings Nothing (Just (Just 54))
:q