Idris2-boot/tests/idris2/basic007/input
Edwin Brady d053a18977 Set fresh name counter on loading Main ttc
Make sure this is the counter from the right namespace, or we might get
name clashes at the REPL
2019-06-27 14:47:47 +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