Idris2/tests/idris2/interpreter003/input

9 lines
149 B
Plaintext
Raw Normal View History

2020-06-16 15:59:47 +03:00
fromMaybe "test" Nothing
:module Data.Maybe
fromMaybe "test" Nothing
:module Data.Strings
toLower "HELLO"
isJust (Just 'x')
:module DoesNotExists
:q