control-monad-exception-mtl-0.8.0.4: MTL instances for the EMT exceptions monad transformer

Control.Monad.Exception.MTL

Description

EMT liftings for the classes in the Monad Transformer Library

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