Idris2Doc : Control.Cont.Exception

Control.Cont.Exception

(source)

Definitions

dataEitherC : Type-> (Type->Type) ->Type->Type
Totality: total
Visibility: public export
Constructors:
Throw : e->EitherCema
Catch : mt-> (e->mt) -> (t->ma) ->EitherCema

Hints:
Functorm=>Functor (EitherCem)
HFunctor (EitherCe)
Syntax (EitherCe)
runEitherC : Syntaxsig=>Free (EitherCe:+:sig) a->Freesig (Eitherea)
Visibility: public export
throw : Inj (EitherCe) sig=>e->Freesiga
Visibility: public export
catch : Inj (EitherCe) sig=>Freesiga-> (e->Freesiga) ->Freesiga
Visibility: public export
orThrow : Syntaxsig=>Inj (EitherCe) sig=>Maybea->Freesige->Freesiga
Visibility: public export