Ether.Except

MonadExcept class

class MonadExcept tag e m

throw

catch

The Except monad

type Except tag e

runExcept

The ExceptT monad transformer

type ExceptT tag e

exceptT

runExceptT

MonadExcept class (implicit)

type MonadExcept' e

throw'

catch'

The Except monad (implicit)

type Except' e

runExcept'

The ExceptT monad transformer (implicit)

type ExceptT' e

exceptT'

runExceptT'

Internal labels

data TAGGED e t

data EXCEPT