Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    rocksdb-haskell Database.RocksDB.Iterator

    Create an Iterator which can be released early.

  2. angleBrackets :: SlackText -> SlackText

    slack-web Web.Slack.Experimental.Blocks

    No documentation available.

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

  4. data OpenBracket

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

    No documentation available.

  5. openBracket :: Config -> OpenBracket

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

    No documentation available.

  6. pattern KeyCtrlLsqBracket :: Key

    termbox-banana Termbox.Banana

    No documentation available.

  7. KeyCtrlRsqBracket :: Key

    termbox-banana Termbox.Banana

    Also KeyCtrl5

  8. _TB_KEY_CTRL_LSQ_BRACKET :: Word16

    termbox-bindings-c Termbox.Bindings.C

    No documentation available.

  9. _TB_KEY_CTRL_RSQ_BRACKET :: Word16

    termbox-bindings-c Termbox.Bindings.C

    No documentation available.

  10. pattern TB_KEY_CTRL_LSQ_BRACKET :: Tb_key

    termbox-bindings-hs Termbox.Bindings.Hs

    No documentation available.

Page 50 of many | Previous | Next