Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
bracketOnError :: MonadSafe m => Base m a -> (a -> Base m b) -> (a -> m c) -> m cpipes-safe Pipes.Safe Analogous to bracketOnError from Control.Monad.Catch, except this also protects against premature termination
bracket_ :: MonadSafe m => Base m a -> Base m b -> m c -> m cpipes-safe Pipes.Safe Analogous to bracket_ from Control.Monad.Catch, except this also protects against premature termination
-
wl-pprint-text Text.PrettyPrint.Leijen.Text Document (brackets x) encloses document x in square brackets, "[" and "]".
brackets :: Functor m => m Doc -> m Docwl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic Document (brackets x) encloses document x in square brackets, "[" and "]".
bracketedName :: BracketedSpec il -> !Textcommonmark Commonmark.Inlines Name of bracketed text type.
bracketedNests :: BracketedSpec il -> !Boolcommonmark Commonmark.Inlines True if this can be nested.
bracketedPrefix :: BracketedSpec il -> Maybe Charcommonmark Commonmark.Inlines Prefix character.
bracketedSuffix :: BracketedSpec il -> ReferenceMap -> Text -> Parsec [Tok] () (il -> il)commonmark Commonmark.Inlines Parser for suffix after brackets. Returns a constructor. Second parameter is the raw key.
bracketedSuffixEnd :: BracketedSpec il -> Maybe Charcommonmark Commonmark.Inlines Suffix character.
-
effectful-core Effectful.Exception Lifted bracketOnError.