Idris2/tests/idris2/interpreter003/input

9 lines
148 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.String
2020-06-16 15:59:47 +03:00
toLower "HELLO"
isJust (Just 'x')
:module DoesNotExists
:q