haskpy.types.maybeΒΆ

Optional values

Types:

Maybe(match)

Type Maybe a for a value that might be present or not

Data constructors:

Nothing

Nada

Just(x)

Just do it

Monad transformers:

MaybeT(M)

m (Maybe a) -> MaybeT m a