Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
TableAnExtremelyFantasticallySuperLongNameParent persistent-test LongIdentifierTest No documentation available.
-
persistent-test LongIdentifierTest No documentation available.
-
persistent-test LongIdentifierTest No documentation available.
-
persistent-test LongIdentifierTest No documentation available.
-
persistent-test LongIdentifierTest No documentation available.
-
persistent-test MigrationOnlyTest No documentation available.
-
persistent-test MigrationOnlyTest No documentation available.
catchAll :: (HasCallStack, MonadCatch m) => m a -> (SomeException -> m a) -> m apipes-safe Pipes.Safe Catches all exceptions, and somewhat defeats the purpose of the extensible exception system. Use sparingly. NOTE This catches all exceptions, but if the monad supports other ways of aborting the computation, those other kinds of errors will not be caught.
finally :: MonadSafe m => m a -> Base m b -> m apipes-safe Pipes.Safe Analogous to finally from Control.Monad.Catch, except this also protects against premature termination
handleAll :: (HasCallStack, MonadCatch m) => (SomeException -> m a) -> m a -> m apipes-safe Pipes.Safe Flipped catchAll