Wooga.Lambda


Maybe<'T>

Namespace: Wooga.Lambda.Control.Monad

The Maybe type encapsulates an optional value. A value of type Maybe 'T either contains a value of type 'T, or it is empty.

Fork me on GitHub