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.

  1. lbracket :: Doc

    prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen

    No documentation available.

  2. rbracket :: Doc

    prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen

    No documentation available.

  3. ErrorMissingBracket :: ErrorCode

    re2 Regex.RE2

    No documentation available.

  4. 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.

  5. withSnapshotBracket :: MonadResource m => DB -> (Snapshot -> m a) -> m a

    rocksdb-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.

  6. iterOpenBracket :: MonadResource m => DB -> ReadOptions -> m (ReleaseKey, Iterator)

    rocksdb-haskell Database.RocksDB.Iterator

    Create an Iterator which can be released early.

  7. angleBrackets :: SlackText -> SlackText

    slack-web Web.Slack.Experimental.Blocks

    No documentation available.

  8. gbracket :: MonadRunInIO m => (a -> m c) -> (c -> m d) -> Unfold m (c, e) b -> (forall s . () => m s -> m (Either e s)) -> Unfold m c b -> Unfold m a b

    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

  9. data OpenBracket

    stylish-haskell Language.Haskell.Stylish.Step.ModuleHeader

    No documentation available.

  10. openBracket :: Config -> OpenBracket

    stylish-haskell Language.Haskell.Stylish.Step.ModuleHeader

    No documentation available.

Page 48 of many | Previous | Next