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. class CritHPrintfType a

    criterion Criterion.IO.Printf

    An internal class that acts like Printf/HPrintf. The implementation is visible to the rest of the program, but the details of the class are not.

  2. module Text.PrettyPrint

    Provides a collection of pretty printer combinators, a set of API's that provides a way to easily print out text in a consistent format of your choosing. This module should be used as opposed to the HughesPJ module. Both are equivalent though as this module simply re-exports the other.

  3. pPrint :: Pretty a => a -> Doc ann

    pretty Text.PrettyPrint.Annotated.HughesPJClass

    No documentation available.

  4. pPrintList :: Pretty a => PrettyLevel -> [a] -> Doc ann

    pretty Text.PrettyPrint.Annotated.HughesPJClass

    No documentation available.

  5. pPrintPrec :: Pretty a => PrettyLevel -> Rational -> a -> Doc ann

    pretty Text.PrettyPrint.Annotated.HughesPJClass

    No documentation available.

  6. pPrint :: Pretty a => a -> Doc

    pretty Text.PrettyPrint.HughesPJClass

    No documentation available.

  7. pPrintList :: Pretty a => PrettyLevel -> [a] -> Doc

    pretty Text.PrettyPrint.HughesPJClass

    No documentation available.

  8. pPrintPrec :: Pretty a => PrettyLevel -> Rational -> a -> Doc

    pretty Text.PrettyPrint.HughesPJClass

    No documentation available.

  9. configPrintFailedAtLocation :: Config -> Bool

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  10. configPrintPrefixIcons :: Config -> PrintPrefixIcons

    hedgehog Hedgehog.Internal.Report

    No documentation available.

Page 276 of many | Previous | Next