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.

  1. pTraceStackForceColor :: String -> a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceStackForceColor remains in code

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

  3. pHPrintForceColorDarkBg :: (MonadIO m, Show a) => Handle -> a -> m ()

    pretty-simple Text.Pretty.Simple

    Alias for pHPrintForceColor.

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

    pretty-simple Text.Pretty.Simple

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

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

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

    pretty-simple Text.Pretty.Simple

    Alias for pHPrintStringForceColor.

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

    pretty-simple Text.Pretty.Simple

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

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

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

    pretty-simple Text.Pretty.Simple

    Alias for pPrintForceColor.

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

    pretty-simple Text.Pretty.Simple

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

Page 577 of many | Previous | Next