Takusen-0.8.3: Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC.Source codeContentsIndex
Control.Exception.MonadIO
Documentation
class MonadIO m => CaughtMonadIO m whereSource
Methods
gcatch :: m a -> (Exception -> m a) -> m aSource
gcatchJust :: (Exception -> Maybe b) -> m a -> (b -> m a) -> m aSource
show/hide Instances
gtry :: CaughtMonadIO m => m b -> m (Either Exception b)Source
gtryJust :: CaughtMonadIO m => (Exception -> Maybe b) -> m b1 -> m (Either b b1)Source
gbracket :: CaughtMonadIO m => m t -> (t -> m a) -> (t -> m b) -> m bSource
gfinally :: CaughtMonadIO m => m t -> m a -> m tSource
Produced by Haddock version 2.1.0