mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
9 lines
148 B
Plaintext
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
|