Idris2/tests/idris2/evaluator/interpreter003/input
2023-09-07 14:57:22 +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