Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. pTraceShowIdNoColor :: Show a => a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowIdNoColor remains in code

  2. pTraceShowIdOpt :: Show a => CheckColorTty -> OutputOptions -> a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowIdOpt remains in code

  3. pTraceShowM :: (Show a, Applicative f) => a -> f ()

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowM remains in code

  4. pTraceShowMForceColor :: (Show a, Applicative f) => a -> f ()

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowMForceColor remains in code

  5. pTraceShowMNoColor :: (Show a, Applicative f) => a -> f ()

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowMNoColor remains in code

  6. pTraceShowNoColor :: Show a => a -> b -> b

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowNoColor remains in code

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

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowOpt remains in code

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

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowOptM remains in code

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

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowWith remains in code

  10. 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.

Page 248 of many | Previous | Next