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.

  1. module Rebase.GHC.Fingerprint

    No documentation available.

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

    rebase Rebase.Prelude

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

  3. eprintf :: MonadIO io => Format (io ()) r -> r

    turtle Turtle.Format

    Print a Format string to standard err (without a trailing newline)

    >>> eprintf ("Hello, "%s%"!\n") "world"
    Hello, world!
    

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

    unicode-show Text.Show.Unicode

    A version of print that uses ushow.

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

    unicode-show Text.Show.Unicode

    A version of print that uses ushowWith.

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

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

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

    dejafu Test.DejaFu.Internal

    No documentation available.

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

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

    encoding System.IO.Encoding

    No documentation available.

Page 206 of many | Previous | Next