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. inBracketsCont :: Parser a -> Parser (Parser a)

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  2. inBrackets :: TextBuilder -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  3. showWithBrackets :: SimpleExpr -> String

    simple-expr Debug.SimpleExpr.Expr

    Shows expression adding brackets if it is needed for a context.

  4. gbracket :: MonadIO m => IO c -> (c -> IO d1) -> (c -> e -> Stream m b -> IO (Stream m b)) -> (c -> IO d2) -> (forall s . () => m s -> m (Either e s)) -> (c -> Stream m b) -> Stream m b

    streamly-core Streamly.Internal.Data.Stream

    Run the alloc action m c with async exceptions disabled but keeping blocking operations interruptible (see mask). Use the output c as input to c -> Stream m b to generate an output stream. When generating the stream use the supplied try operation forall s. m s -> m (Either e s) to catch synchronous exceptions. If an exception occurs run the exception handler c -> e -> Stream m b -> m (Stream m b). Note that gbracket does not rethrow the exception, it has to be done by the exception handler if desired. 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

  5. gbracket_ :: Monad m => m c -> (c -> m d) -> (c -> e -> Stream m b -> m (Stream m b)) -> (forall s . () => m s -> m (Either e s)) -> (c -> Stream m b) -> Stream m b

    streamly-core Streamly.Internal.Data.Stream

    Like gbracket but with following differences:

    • alloc action m c runs with async exceptions enabled
    • cleanup action c -> m d won't run if the stream is garbage collected after partial evaluation.
    Inhibits stream fusion Pre-release

  6. gbracketIO :: MonadIO m => (a -> IO c) -> (c -> IO d) -> (c -> IO ()) -> Unfold m e b -> (forall s . () => m s -> IO (Either e s)) -> Unfold m c b -> Unfold m a b

    streamly-core Streamly.Internal.Data.Unfold

    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

  7. gbracket_ :: Monad m => (a -> m c) -> (forall s . () => m s -> m (Either e s)) -> (c -> m d) -> Unfold m (c, e) b -> Unfold m c b -> Unfold m a b

    streamly-core Streamly.Internal.Data.Unfold

    Like gbracketIO but with following differences:

    • alloc action a -> m c runs with async exceptions enabled
    • cleanup action c -> m d won't run if the stream is garbage collected after partial evaluation.
    Inhibits stream fusion Pre-release

  8. pattern KeyCtrlLsqBracket :: Key

    termbox Termbox

    No documentation available.

  9. KeyCtrlRsqBracket :: Key

    termbox Termbox

    Also KeyCtrl5

  10. xK_bracketleft :: KeySym

    xmonad XMonad

    No documentation available.

Page 41 of many | Previous | Next