Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. pTraceShowOpt :: Show a => CheckColorTty -> OutputOptions -> a -> b -> b

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowOpt remains in code

  2. pTraceShowOptM :: (Show a, Applicative f) => CheckColorTty -> OutputOptions -> a -> f ()

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowOptM remains in code

  3. pTraceShowWith :: Show b => (a -> b) -> a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowWith remains in code

  4. pShow :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Similar to pPrintForceColor, but just return the resulting pretty-printed data type as a Text instead of printing it to the screen. This function is for printing to a dark background. See pShowNoColor for an example of how to use this function.

  5. pShowDarkBg :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Alias for pShow.

  6. pShowLightBg :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Just like pShowDarkBg, but for printing to a light background.

  7. pShowNoColor :: Show a => a -> Text

    pretty-simple Text.Pretty.Simple

    Like pShow, but without color.

    >>> pShowNoColor [ Nothing, Just (1, "hello") ]
    "[ Nothing\n, Just\n    ( 1\n    , \"hello\"\n    )\n]"
    

  8. pShowOpt :: Show a => OutputOptions -> a -> Text

    pretty-simple Text.Pretty.Simple

    Like pShow but takes OutputOptions to change how the pretty-printing is done.

  9. class PShow a

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  10. class SShow a

    singletons-base Data.Singletons.Base.TH

    No documentation available.

Page 248 of many | Previous | Next