error-continuations-0.1.0.0: Error Continuations

Copyright(c) Eitan Chatav, 2015
LicensePublicDomain
Maintainereitan.chatav@gmail.com
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Error.Cont.Util

Description

This module provides utility functions to convert between MaybeContT and EitherContT computations.

Synopsis

Documentation

hush :: EitherContT a l m r -> MaybeContT a m r Source

Suppress the nothing continuation of an EitherContT

note :: l -> MaybeContT a m r -> EitherContT a l m r Source

Tag the nothing continuation of a MaybeContT