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.

  1. data TableAnExtremelyFantasticallySuperLongNameParent

    persistent-test LongIdentifierTest

    No documentation available.

  2. TableAnExtremelyFantasticallySuperLongNameParent :: Int -> TableAnExtremelyFantasticallySuperLongNameParent

    persistent-test LongIdentifierTest

    No documentation available.

  3. type TableAnExtremelyFantasticallySuperLongNameParentId = Key TableAnExtremelyFantasticallySuperLongNameParent

    persistent-test LongIdentifierTest

    No documentation available.

  4. tableAnExtremelyFantasticallySuperLongNameChildColumnAnExtremelyFantasticallySuperLongNameParentId :: TableAnExtremelyFantasticallySuperLongNameChild -> !TableAnExtremelyFantasticallySuperLongNameParentId

    persistent-test LongIdentifierTest

    No documentation available.

  5. tableAnExtremelyFantasticallySuperLongNameParentField1 :: TableAnExtremelyFantasticallySuperLongNameParent -> !Int

    persistent-test LongIdentifierTest

    No documentation available.

  6. migrateAll1 :: Migration

    persistent-test MigrationOnlyTest

    No documentation available.

  7. migrateAll2 :: Migration

    persistent-test MigrationOnlyTest

    No documentation available.

  8. catchAll :: (HasCallStack, MonadCatch m) => m a -> (SomeException -> m a) -> m a

    pipes-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.

  9. finally :: MonadSafe m => m a -> Base m b -> m a

    pipes-safe Pipes.Safe

    Analogous to finally from Control.Monad.Catch, except this also protects against premature termination

  10. handleAll :: (HasCallStack, MonadCatch m) => (SomeException -> m a) -> m a -> m a

    pipes-safe Pipes.Safe

    Flipped catchAll

Page 628 of many | Previous | Next