Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
conduit Data.Conduit.Internal Bracket a pipe computation between allocation and release of a resource. We guarantee, via the MonadResource context, that the resource finalization is exception safe. However, it will not necessarily be prompt, in that running a finalizer may wait until the ResourceT block exits. Since 0.5.0
bracketOnError :: MonadUnliftIO m => m a -> (a -> m b) -> (a -> m c) -> m cunliftio UnliftIO.Exception Same as bracket, but only perform the cleanup if an exception is thrown.
bracketOnError_ :: MonadUnliftIO m => m a -> m b -> m c -> m cunliftio UnliftIO.Exception A variant of bracketOnError where the return value from the first computation is not required.
bracket_ :: MonadUnliftIO m => m a -> m b -> m c -> m cunliftio UnliftIO.Exception Same as bracket, but does not pass the acquired resource to cleanup and use functions. For more information, see base's bracket_.
-
pretty Text.PrettyPrint No documentation available.
-
pretty Text.PrettyPrint.Annotated No documentation available.
-
pretty Text.PrettyPrint.Annotated.HughesPJ No documentation available.
-
pretty Text.PrettyPrint.HughesPJ No documentation available.
brackets :: Doc ann -> Doc annprettyprinter Prettyprinter >>> brackets "·" [·]
brackets :: Doc ann -> Doc annprettyprinter Prettyprinter.Symbols.Ascii >>> brackets "·" [·]