¤ Either, either

Types

type Either = ??
either :: ??

Description

Either is the standard disjoiunt union type constructor within the Fudget library.

In many places in the documentation we write a+b as an abbreviation of Either a b.

See Also

Additional utility functions: stripLeft, isLeft, et al.