Idris2/tests/idris2/interpreter003/input
2020-06-16 17:29:10 +02:00

9 lines
149 B
Plaintext

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