Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

    rocksdb-haskell Database.RocksDB.Iterator

    Create an Iterator which can be released early.

  4. angleBrackets :: SlackText -> SlackText

    slack-web Web.Slack.Experimental.Blocks

    No documentation available.

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

  6. data OpenBracket

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

    No documentation available.

  7. openBracket :: Config -> OpenBracket

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

    No documentation available.

  8. pattern KeyCtrlLsqBracket :: Key

    termbox-banana Termbox.Banana

    No documentation available.

  9. KeyCtrlRsqBracket :: Key

    termbox-banana Termbox.Banana

    Also KeyCtrl5

  10. _TB_KEY_CTRL_LSQ_BRACKET :: Word16

    termbox-bindings-c Termbox.Bindings.C

    No documentation available.

Page 50 of many | Previous | Next