Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. PrinterConfig :: !Maybe Int -> PrinterConfig

    stylish-haskell Language.Haskell.Stylish.Printer

    No documentation available.

  2. data PrinterState

    stylish-haskell Language.Haskell.Stylish.Printer

    State of printer

  3. PrinterState :: Lines -> Int -> String -> PrinterState

    stylish-haskell Language.Haskell.Stylish.Printer

    No documentation available.

  4. module Text.LDAP.Printer

    No documentation available.

  5. module Language.Haskell.Printf

    Text.Printf is a useful module, but due to the typeclass hacks it uses, it can be hard to tell if the format string you wrote is well-formed or not. This package provides a mechanism to create formatting functions at compile time. Note that, to maintain consistency with other printf implementations, negative ints that are printed as unsigned will "underflow". (Text.Printf does this too.)

    >>> [s|%u|] (-1 :: Int32)
    WAS "4294967295"
    NOW Not in scope: type constructor or class `Int32'
    
    Thus, any time you want to print a number using the unsigned, octal, or hex specifiers, your input must be an instance of Bounded.

  6. module Toml.Type.Printer

    Contains functions for pretty printing toml types.

  7. data PrintOptions

    tomland Toml.Type.Printer

    Configures the pretty printer.

  8. PrintOptions :: !Maybe (Key -> Key -> Ordering) -> Int -> Lines -> PrintOptions

    tomland Toml.Type.Printer

    No documentation available.

  9. newtype PrintPlain

    BNFC-meta Language.LBNF.Compiletime

    No documentation available.

  10. newtype PrintPlain

    BNFC-meta Language.LBNF.Runtime

    No documentation available.

Page 154 of many | Previous | Next