mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 02:41:43 +03:00
d053a18977
Make sure this is the counter from the right namespace, or we might get name clashes at the REPL
7 lines
191 B
Plaintext
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
|