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.
pTraceMarkerForceColor :: String -> a -> apretty-simple Debug.Pretty.Simple Warning: pTraceMarkerForceColor remains in code
pTraceMarkerIOForceColor :: String -> IO ()pretty-simple Debug.Pretty.Simple Warning: pTraceMarkerIOForceColor remains in code
pTraceShowForceColor :: Show a => a -> b -> bpretty-simple Debug.Pretty.Simple Warning: pTraceShowForceColor remains in code
pTraceShowIdForceColor :: Show a => a -> apretty-simple Debug.Pretty.Simple Warning: pTraceShowIdForceColor remains in code
pTraceShowMForceColor :: (Show a, Applicative f) => a -> f ()pretty-simple Debug.Pretty.Simple Warning: pTraceShowMForceColor remains in code
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.