Idris2/tests/idris2/interpreter003/input
2021-06-28 13:48:37 +01:00

9 lines
148 B
Plaintext

fromMaybe "test" Nothing
:module Data.Maybe
fromMaybe "test" Nothing
:module Data.String
toLower "HELLO"
isJust (Just 'x')
:module DoesNotExists
:q