Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. brackets :: IsLine doc => doc -> doc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  2. brackets :: Doc -> Doc

    ghc-lib-parser GHC.Utils.Ppr

    No documentation available.

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

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

  5. bracketSep :: PolyParse p => p bra -> p sep -> p ket -> p a -> p [a]

    polyparse Text.ParserCombinators.Poly.Base

    Parse a list of items, discarding the start, end, and separator items.

  6. bracketSep :: PolyParse p => p bra -> p sep -> p ket -> p a -> p [a]

    polyparse Text.ParserCombinators.Poly.StateLazy

    Parse a list of items, discarding the start, end, and separator items.

  7. brackets :: Doc -> Doc

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

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

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

  9. bracketedName :: BracketedSpec il -> !Text

    commonmark Commonmark.Inlines

    Name of bracketed text type.

  10. bracketedNests :: BracketedSpec il -> !Bool

    commonmark Commonmark.Inlines

    True if this can be nested.

Page 12 of many | Previous | Next