control-monad-exception-monadstf-0.10.3: Monads-tf instances for the EMT exceptions monad transformer

Safe HaskellNone

Control.Monad.Exception.MonadsTF

Description

EMT liftings for the classes in the monads-fd package

Synopsis

Documentation

catch :: (Exception e, Monad m) => EMT (Caught e l) m a -> (e -> EMT l m a) -> EMT l m a

The catch primitive