Idris2Doc : Idrall.IOEither

Idrall.IOEither

(source)

Definitions

dataIOEither : Type->Type->Type
Totality: total
Visibility: public export
Constructor: 
MkIOEither : IO (Eitherab) ->IOEitherab

Hints:
Applicative (IOEithera)
Functor (IOEithera)
Monad (IOEithera)
liftA2 : Applicativef=> (a->b->c) ->fa->fb->fc
  Lift a two-argument function to an applicative

Visibility: export
liftEither : Eitherea->IOEitherea
Visibility: export
liftIOEither : IOEitherea->IO (Eitherea)
Visibility: export
mapErr : (e->e') ->IOEitherea->IOEithere'a
Visibility: export