A type that represents either an absent value (Maybe.Nothing) or a present value (Maybe.Just).
Maybe.Nothing
Maybe.Just
Generated using TypeDoc
A type that represents either an absent value (
Maybe.Nothing
) or a present value (Maybe.Just
).