Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen No documentation available.
-
prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen No documentation available.
ErrorMissingBracket :: ErrorCodere2 Regex.RE2 No documentation available.
openBracket :: MonadResource m => FilePath -> Options -> m (ReleaseKey, DB)rocksdb-haskell Database.RocksDB.Base Open a database The returned handle will automatically be released when the enclosing runResourceT terminates.
withSnapshotBracket :: MonadResource m => DB -> (Snapshot -> m a) -> m arocksdb-haskell Database.RocksDB.Base Run an action with a snapshot of the database. The snapshot will be released when the action terminates or throws an exception. Note that this function is provided for convenience and does not prevent the Snapshot handle to escape. It will, however, be invalid after this function returns and should not be used anymore.
iterOpenBracket :: MonadResource m => DB -> ReadOptions -> m (ReleaseKey, Iterator)rocksdb-haskell Database.RocksDB.Iterator Create an Iterator which can be released early.
angleBrackets :: SlackText -> SlackTextslack-web Web.Slack.Experimental.Blocks No documentation available.
-
streamly Streamly.Internal.Data.Unfold.Prelude Run the alloc action a -> m c with async exceptions disabled but keeping blocking operations interruptible (see mask). Use the output c as input to Unfold m c b to generate an output stream. When unfolding use the supplied try operation forall s. m s -> m (Either e s) to catch synchronous exceptions. If an exception occurs run the exception handling unfold Unfold m (c, e) b. The cleanup action c -> m d, runs whenever the stream ends normally, due to a sync or async exception or if it gets garbage collected after a partial lazy evaluation. See bracket for the semantics of the cleanup action. gbracket can express all other exception handling combinators. Inhibits stream fusion Pre-release
-
stylish-haskell Language.Haskell.Stylish.Step.ModuleHeader No documentation available.
openBracket :: Config -> OpenBracketstylish-haskell Language.Haskell.Stylish.Step.ModuleHeader No documentation available.