Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. class PrintDot a

    graphviz Data.GraphViz.Types

    A class used to correctly print parts of the Graphviz Dot language. Minimal implementation is unqtDot.

  2. class (DotRepr dg n, PrintDot dg n) => PrintDotRepr (dg :: Type -> Type) n

    graphviz Data.GraphViz.Types

    This class exists just to make type signatures nicer; all instances of DotRepr should also be an instance of PrintDotRepr.

  3. newtype PrintExplicitKinds

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  4. PrintExplicitKinds :: Bool -> PrintExplicitKinds

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  5. newtype PrintableString

    massiv-test Test.Massiv.Utils

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  6. PrintableString :: String -> PrintableString

    massiv-test Test.Massiv.Utils

    No documentation available.

  7. module Rebase.Text.Printf

    No documentation available.

  8. data Printer c

    apecs Apecs.Experimental.Reactive

    Prints a message to stdout every time a component is updated.

  9. module Control.Carrier.Trace.Printing

    A carrier for the Trace effect that prints all traced results to stderr.

  10. class PrintfArg a

    hledger Hledger.Cli.Script

    Typeclass of printf-formattable values. The formatArg method takes a value and a field format descriptor and either fails due to a bad descriptor or produces a ShowS as the result. The default parseFormat expects no modifiers: this is the normal case. Minimal instance: formatArg.

Page 130 of many | Previous | Next