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. pTraceMarkerForceColor :: String -> a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceMarkerForceColor remains in code

  2. pTraceMarkerIOForceColor :: String -> IO ()

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceMarkerIOForceColor remains in code

  3. pTraceShowForceColor :: Show a => a -> b -> b

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowForceColor remains in code

  4. pTraceShowIdForceColor :: Show a => a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowIdForceColor remains in code

  5. pTraceShowMForceColor :: (Show a, Applicative f) => a -> f ()

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceShowMForceColor remains in code

  6. pTraceStackForceColor :: String -> a -> a

    pretty-simple Debug.Pretty.Simple

    Warning: pTraceStackForceColor remains in code

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

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

    pretty-simple Text.Pretty.Simple

    Alias for pHPrintForceColor.

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

    pretty-simple Text.Pretty.Simple

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

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

Page 575 of many | Previous | Next