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.

  1. pHPrintStringForceColorDarkBg :: MonadIO m => Handle -> String -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pHPrintStringForceColor.

  2. pHPrintStringForceColorLightBg :: MonadIO m => Handle -> String -> m ()

    pretty-simple Text.Pretty.Simple

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

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

  4. pPrintForceColorDarkBg :: (MonadIO m, Show a) => a -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pPrintForceColor.

  5. pPrintForceColorLightBg :: (MonadIO m, Show a) => a -> m ()

    pretty-simple Text.Pretty.Simple

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

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

  7. pPrintStringForceColorDarkBg :: MonadIO m => String -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pPrintStringForceColor.

  8. pPrintStringForceColorLightBg :: MonadIO m => String -> m ()

    pretty-simple Text.Pretty.Simple

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

  9. chunkForeground :: Chunk -> !Maybe Colour

    safe-coloured-text Text.Colour

    No documentation available.

  10. chunkForeground :: Chunk -> !Maybe Colour

    safe-coloured-text Text.Colour.Chunk

    No documentation available.

Page 576 of many | Previous | Next