Wooga.Lambda


Either<'TSuccess, 'TFailure>

Namespace: Wooga.Lambda.Control.Monad

The Either type represents values with two possibilities: a value of type Either 'TSuccess,'TFailure is either Failure 'TFailure or Success 'TSuccess.

Fork me on GitHub