Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pTraceStackForceColor :: String -> a -> apretty-simple Debug.Pretty.Simple Warning: pTraceStackForceColor remains in code
pHPrintForceColor :: (MonadIO m, Show a) => Handle -> a -> m ()pretty-simple Text.Pretty.Simple Similar to pPrintForceColor, but take a Handle to print to. See pHPrint for an example of how to use this function.
pHPrintForceColorDarkBg :: (MonadIO m, Show a) => Handle -> a -> m ()pretty-simple Text.Pretty.Simple Alias for pHPrintForceColor.
pHPrintForceColorLightBg :: (MonadIO m, Show a) => Handle -> a -> m ()pretty-simple Text.Pretty.Simple Just like pHPrintForceColorDarkBg, but for printing to a light background.
pHPrintStringForceColor :: MonadIO m => Handle -> String -> m ()pretty-simple Text.Pretty.Simple Similar to pHPrintString, but print in color regardless of whether the output goes to a TTY or not. See pHPrintString for an example of how to use this function.
pHPrintStringForceColorDarkBg :: MonadIO m => Handle -> String -> m ()pretty-simple Text.Pretty.Simple Alias for pHPrintStringForceColor.
pHPrintStringForceColorLightBg :: MonadIO m => Handle -> String -> m ()pretty-simple Text.Pretty.Simple Just like pHPrintStringForceColorDarkBg, but for printing to a light background.
pPrintForceColor :: (MonadIO m, Show a) => a -> m ()pretty-simple Text.Pretty.Simple Similar to pPrint, but print in color regardless of whether the output goes to a TTY or not. See pPrint for an example of how to use this function.
pPrintForceColorDarkBg :: (MonadIO m, Show a) => a -> m ()pretty-simple Text.Pretty.Simple Alias for pPrintForceColor.
pPrintForceColorLightBg :: (MonadIO m, Show a) => a -> m ()pretty-simple Text.Pretty.Simple Just like pPrintForceColorDarkBg, but for printing to a light background.