Optional values
Types:
Maybe(match)
Maybe
Type Maybe a for a value that might be present or not
Maybe a
Data constructors:
Nothing
Nada
Just(x)
Just
Just do it
Monad transformers:
MaybeT(M)
MaybeT
m (Maybe a) -> MaybeT m a
Table of contents: