Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
hPrintf :: HPrintfType r => Handle -> String -> rrebase Rebase.Prelude Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).
eprintf :: MonadIO io => Format (io ()) r -> rturtle Turtle.Format Print a Format string to standard err (without a trailing newline)
>>> eprintf ("Hello, "%s%"!\n") "world" Hello, world!uprint :: Show a => a -> IO ()unicode-show Text.Show.Unicode uprintWith :: Show a => (Char -> Bool) -> a -> IO ()unicode-show Text.Show.Unicode -
Pretty printer with annotation support Wadler/Leijen pretty printer with support for annotations and modernized API. Annotations are useful for coloring. See wl-pprint-console.
hPrintf :: HPrintfType r => Handle -> String -> rbase-prelude BasePrelude Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).
_debugPrint :: Settings (n :: Type -> Type) a -> Maybe (String -> n ())dejafu Test.DejaFu.Internal No documentation available.
-
dejafu Test.DejaFu.Settings A lens into the debug print function.
hPrint :: (Encoding e, Show a, ?enc :: e) => Handle -> a -> IO ()encoding System.IO.Encoding No documentation available.