About

In Haskell, Maybe is a predefined type that encapsulates an optional value of a specific type. It is often used as a simple way to deal with errors when an operation can fail but need not provide additional information for the reason for the failure. Maybe is an instance of the type classes Functor, Monad, and MonadPlus.

history|excerpt history