mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 00:31:57 +03:00
9 lines
149 B
Plaintext
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
|