Control.Monad.Exception.Synchronous

data Exceptional e a

fromMaybe

toMaybe

fromEither

toEither

fromExitCode

toExitCode

getExceptionNull

switch

force

mapException

mapExceptional

throw

assert

catch

resolve

merge

alternative

data ExceptionalT e m a

fromMaybeT

toMaybeT

fromErrorT

toErrorT

fromEitherT

toEitherT

fromExitCodeT

toExitCodeT

liftT

switchT

forceT

mapExceptionT

mapExceptionalT

throwT

assertT

catchT

bracketT

resolveT

tryT

manyT

manyMonoidT

mergeT

alternativeT