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.
inBracketsCont :: Parser a -> Parser (Parser a)postgresql-syntax PostgresqlSyntax.Parsing No documentation available.
inBrackets :: TextBuilder -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
showWithBrackets :: SimpleExpr -> Stringsimple-expr Debug.SimpleExpr.Expr Shows expression adding brackets if it is needed for a context.
-
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
-
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.
-
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
-
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.
pattern
KeyCtrlLsqBracket :: Keytermbox Termbox No documentation available.
-
termbox Termbox Also KeyCtrl5
-
xmonad XMonad No documentation available.