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.
pTraceShowIdNoColor :: Show a => a -> apretty-simple Debug.Pretty.Simple Warning: pTraceShowIdNoColor remains in code
pTraceShowIdOpt :: Show a => CheckColorTty -> OutputOptions -> a -> apretty-simple Debug.Pretty.Simple Warning: pTraceShowIdOpt remains in code
pTraceShowM :: (Show a, Applicative f) => a -> f ()pretty-simple Debug.Pretty.Simple Warning: pTraceShowM remains in code
pTraceShowMForceColor :: (Show a, Applicative f) => a -> f ()pretty-simple Debug.Pretty.Simple Warning: pTraceShowMForceColor remains in code
pTraceShowMNoColor :: (Show a, Applicative f) => a -> f ()pretty-simple Debug.Pretty.Simple Warning: pTraceShowMNoColor remains in code
pTraceShowNoColor :: Show a => a -> b -> bpretty-simple Debug.Pretty.Simple Warning: pTraceShowNoColor remains in code
pTraceShowOpt :: Show a => CheckColorTty -> OutputOptions -> a -> b -> bpretty-simple Debug.Pretty.Simple Warning: pTraceShowOpt remains in code
pTraceShowOptM :: (Show a, Applicative f) => CheckColorTty -> OutputOptions -> a -> f ()pretty-simple Debug.Pretty.Simple Warning: pTraceShowOptM remains in code
pTraceShowWith :: Show b => (a -> b) -> a -> apretty-simple Debug.Pretty.Simple Warning: pTraceShowWith remains in code
-
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.