Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. uprint :: Show a => a -> IO ()

    unicode-show Text.Show.Unicode

    A version of print that uses ushow.

  2. uprintWith :: Show a => (Char -> Bool) -> a -> IO ()

    unicode-show Text.Show.Unicode

    A version of print that uses ushowWith.

  3. package wl-pprint-annotated

    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.

  4. hPrintf :: HPrintfType r => Handle -> String -> r

    base-prelude BasePrelude

    Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).

  5. _debugPrint :: Settings (n :: Type -> Type) a -> Maybe (String -> n ())

    dejafu Test.DejaFu.Internal

    No documentation available.

  6. ldebugPrint :: forall n a f . Functor f => (Maybe (String -> n ()) -> f (Maybe (String -> n ()))) -> Settings n a -> f (Settings n a)

    dejafu Test.DejaFu.Settings

    A lens into the debug print function.

  7. hPrint :: (Encoding e, Show a, ?enc :: e) => Handle -> a -> IO ()

    encoding System.IO.Encoding

    No documentation available.

  8. unsafePrettyPrint :: Outputable a => a -> String

    ghc-lib-parser-ex Language.Haskell.GhclibParserEx.GHC.Utils.Outputable

    No documentation available.

  9. class HPrintfType t

    hledger Hledger.Cli.Script

    The HPrintfType class provides the variable argument magic for hPrintf. Its implementation is intentionally not visible from this module.

  10. hPrintf :: HPrintfType r => Handle -> String -> r

    hledger Hledger.Cli.Script

    Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).

Page 318 of many | Previous | Next