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. throwWithCallStack :: forall e m a . (MonadIO m, Exception e, HasCallStack) => e -> m a

    annotated-exception Control.Exception.Annotated.UnliftIO

    Like throwWithCallStack, but uses MonadIO instead of MonadThrow.

  2. unCallStackAnnotation :: CallStackAnnotation -> [(String, SrcLoc)]

    annotated-exception Control.Exception.Annotated.UnliftIO

    No documentation available.

  3. newtype CallStackAnnotation

    annotated-exception Data.Annotation

    Deprecated: You can just use CallStack directly now.

  4. CallStackAnnotation :: [(String, SrcLoc)] -> CallStackAnnotation

    annotated-exception Data.Annotation

    Deprecated: You can just use CallStack directly now.

  5. callStackAnnotation :: HasCallStack => Annotation

    annotated-exception Data.Annotation

    Grab an Annotation corresponding to the CallStack that is currently in scope.

  6. callStackFromAnnotation :: CallStackAnnotation -> CallStack

    annotated-exception Data.Annotation

    Deprecated: You can use CallStack directly in annotations as of 0.2.0.0.

  7. callStackInAnnotations :: [Annotation] -> ([CallStack], [Annotation])

    annotated-exception Data.Annotation

    Deprecated: You can just use tryAnnotations directly as of 0.2.0.0.

  8. callStackToAnnotation :: CallStack -> Annotation

    annotated-exception Data.Annotation

    Stuff a CallStack into an Annotation via the CallStackAnnotation newtype wrapper.

  9. unCallStackAnnotation :: CallStackAnnotation -> [(String, SrcLoc)]

    annotated-exception Data.Annotation

    No documentation available.

  10. divisorsSmall :: Int -> IntSet

    arithmoi Math.NumberTheory.ArithmeticFunctions

    See divisorsSmallA.

Page 701 of many | Previous | Next