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.
PrinterConfig :: !Maybe Int -> PrinterConfigstylish-haskell Language.Haskell.Stylish.Printer No documentation available.
-
stylish-haskell Language.Haskell.Stylish.Printer State of printer
PrinterState :: Lines -> Int -> String -> PrinterStatestylish-haskell Language.Haskell.Stylish.Printer No documentation available.
-
No documentation available.
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.-
Contains functions for pretty printing toml types.
-
tomland Toml.Type.Printer Configures the pretty printer.
PrintOptions :: !Maybe (Key -> Key -> Ordering) -> Int -> Lines -> PrintOptionstomland Toml.Type.Printer No documentation available.
-
BNFC-meta Language.LBNF.Compiletime No documentation available.
-
BNFC-meta Language.LBNF.Runtime No documentation available.