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.

  1. bracketOnError :: MonadSafe m => Base m a -> (a -> Base m b) -> (a -> m c) -> m c

    pipes-safe Pipes.Safe

    Analogous to bracketOnError from Control.Monad.Catch, except this also protects against premature termination

  2. bracket_ :: MonadSafe m => Base m a -> Base m b -> m c -> m c

    pipes-safe Pipes.Safe

    Analogous to bracket_ from Control.Monad.Catch, except this also protects against premature termination

  3. brackets :: Doc -> Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

    Document (brackets x) encloses document x in square brackets, "[" and "]".

  4. brackets :: Functor m => m Doc -> m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

    Document (brackets x) encloses document x in square brackets, "[" and "]".

  5. bracketedName :: BracketedSpec il -> !Text

    commonmark Commonmark.Inlines

    Name of bracketed text type.

  6. bracketedNests :: BracketedSpec il -> !Bool

    commonmark Commonmark.Inlines

    True if this can be nested.

  7. bracketedPrefix :: BracketedSpec il -> Maybe Char

    commonmark Commonmark.Inlines

    Prefix character.

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

  9. bracketedSuffixEnd :: BracketedSpec il -> Maybe Char

    commonmark Commonmark.Inlines

    Suffix character.

  10. bracketOnError :: forall (es :: [Effect]) a b c . Eff es a -> (a -> Eff es b) -> (a -> Eff es c) -> Eff es c

    effectful-core Effectful.Exception

    Lifted bracketOnError.

Page 12 of many | Previous | Next