fromMaybe "test" Nothing
:module Data.Maybe
:module Data.String
toLower "HELLO"
isJust (Just 'x')
:module DoesNotExists
:q