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.
bracketedPasteStarted :: ByteString -> Boolvty-unix Graphics.Vty.Platform.Unix.Input.Paste Does the input start a bracketed paste?
-
HDBC-session Database.HDBC.Session Generalized session with bracketed HDBC connection. Run a transaction on a HDBC IConnection and close the connection.
bracketOnError :: MonadUnliftIO m => m a -> (a -> m b) -> (a -> m c) -> m cclassy-prelude-yesod ClassyPrelude.Yesod Same as bracket, but only perform the cleanup if an exception is thrown.
bracketOnError_ :: MonadUnliftIO m => m a -> m b -> m c -> m cclassy-prelude-yesod ClassyPrelude.Yesod A variant of bracketOnError where the return value from the first computation is not required.
-
classy-prelude-yesod ClassyPrelude.Yesod Bracket a conduit computation between allocation and release of a resource. Two guarantees are given about resource finalization:
- It will be prompt. The finalization will be run as early as possible.
- It is exception safe. Due to usage of resourcet, the finalization will be run in the event of any exceptions.
bracket_ :: MonadUnliftIO m => m a -> m b -> m c -> m cclassy-prelude-yesod ClassyPrelude.Yesod Same as bracket, but does not pass the acquired resource to cleanup and use functions. For more information, see base's bracket_.
-
incipit-core IncipitCore Allocate a resource, use it, and clean it up afterwards if an error occurred.
-
incipit-core IncipitCore A variant of bracket where the return value from the first computation is not required. cf. bracket and bracket_
brackets :: Doc ann -> Doc annprettyprinter-compat-annotated-wl-pprint Text.PrettyPrint.Annotated.Leijen >>> brackets "·" [·]
-
prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen No documentation available.