Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
pPrintStringForceColor :: MonadIO m => String -> m ()pretty-simple Text.Pretty.Simple Similar to pPrintString, but print in color regardless of whether the output goes to a TTY or not. See pPrintString for an example of how to use this function.
pPrintStringForceColorDarkBg :: MonadIO m => String -> m ()pretty-simple Text.Pretty.Simple Alias for pPrintStringForceColor.
pPrintStringForceColorLightBg :: MonadIO m => String -> m ()pretty-simple Text.Pretty.Simple Just like pPrintStringForceColorDarkBg, but for printing to a light background.
chunkForeground :: Chunk -> !Maybe Coloursafe-coloured-text Text.Colour No documentation available.
chunkForeground :: Chunk -> !Maybe Coloursafe-coloured-text Text.Colour.Chunk No documentation available.