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.
throwWithCallStack :: forall e m a . (MonadIO m, Exception e, HasCallStack) => e -> m aannotated-exception Control.Exception.Annotated.UnliftIO Like throwWithCallStack, but uses MonadIO instead of MonadThrow.
unCallStackAnnotation :: CallStackAnnotation -> [(String, SrcLoc)]annotated-exception Control.Exception.Annotated.UnliftIO No documentation available.
-
annotated-exception Data.Annotation Deprecated: You can just use CallStack directly now.
CallStackAnnotation :: [(String, SrcLoc)] -> CallStackAnnotationannotated-exception Data.Annotation Deprecated: You can just use CallStack directly now.
callStackAnnotation :: HasCallStack => Annotationannotated-exception Data.Annotation Grab an Annotation corresponding to the CallStack that is currently in scope.
callStackFromAnnotation :: CallStackAnnotation -> CallStackannotated-exception Data.Annotation Deprecated: You can use CallStack directly in annotations as of 0.2.0.0.
callStackInAnnotations :: [Annotation] -> ([CallStack], [Annotation])annotated-exception Data.Annotation Deprecated: You can just use tryAnnotations directly as of 0.2.0.0.
callStackToAnnotation :: CallStack -> Annotationannotated-exception Data.Annotation Stuff a CallStack into an Annotation via the CallStackAnnotation newtype wrapper.
unCallStackAnnotation :: CallStackAnnotation -> [(String, SrcLoc)]annotated-exception Data.Annotation No documentation available.
divisorsSmall :: Int -> IntSetarithmoi Math.NumberTheory.ArithmeticFunctions See divisorsSmallA.