Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. prettyPrintStyleMode :: Pretty a => Style -> PPHsMode -> a -> String

    haskell-src-exts Language.Haskell.Exts.Pretty

    render the document with a given mode. renderWithMode :: PPHsMode -> Doc -> String renderWithMode = renderStyleMode P.style render the document with defaultMode. render :: Doc -> String render = renderWithMode defaultMode pretty-print with a given style and mode.

  2. prettyPrintWithMode :: Pretty a => PPHsMode -> a -> String

    haskell-src-exts Language.Haskell.Exts.Pretty

    pretty-print with the default style and a given mode.

  3. package prettyprinter-ansi-terminal

    ANSI terminal backend for the »prettyprinter« package. See README.md

  4. isPrint :: Char -> Bool

    rio RIO.Char

    Selects printable Unicode characters (letters, numbers, marks, punctuation, symbols and spaces). This function returns False if its argument has one of the following GeneralCategorys, or True otherwise:

  5. getExternalPrint :: forall (m :: Type -> Type) . MonadIO m => InputT m (String -> IO ())

    haskeline System.Console.Haskeline

    Return a printing function, which in terminal-style interactions is thread-safe and may be run concurrently with user input without affecting the prompt.

  6. onbeforeprint_ :: Text -> Attribute

    lucid Lucid.Html5

    The onbeforeprint attribute.

  7. isPrint :: Char -> Bool

    word8 Data.Char8

    No documentation available.

  8. isPrint :: Word8 -> Bool

    word8 Data.Word8

    No documentation available.

  9. module Distribution.PackageDescription.PrettyPrint

    Pretty printing for cabal files

  10. Snprintf :: LicenseId

    Cabal-syntax Distribution.SPDX

    snprintf, snprintf License, SPDX License List 3.23

Page 293 of many | Previous | Next