control-monad-exception-monadstf-0.9.1: Monads-tf instances for the EMT exceptions monad transformer
Control.Monad.Exception.MonadsTF
Description
EMT liftings for the classes in the monads-fd package
EMT
Synopsis
module Control.Monad.Exception
catch :: (Exception e, Monad m) => EMT (Caught e l) m a -> (e -> EMT l m a) -> EMT l m a
The catch primitive