control-monad-exception-mtl-0.8.0.3: MTL instances for the EMT exceptions monad transformer
Control.Monad.Exception.MTL
Description
EMT liftings for the classes in the Monad Transformer Library
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