Except
Types
Type Classes
Methods
throwError :: e -> m a
catchError :: (m a) -> (e -> m a) -> m a
Class for monads with exceptions.
Functions
Run an Except.
Map the result.
Transform the exception.
Map the inner computation.
Transform the exception.
O(1). Signal an error, aborting the computation.
O(1). Handle an error by running a recovery computation.