Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Annotations.Except
Description
The Except
datatype captures monoidal exceptions in applicative
computations.
Documentation
Except
is like Either
but is meant to be used only in applicative
computations. When two exceptions are sequenced, their sum (using
mappend
) is computed.