Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. printString :: String -> Doc

    ogma-language-smv Language.SMV.PrintSMV

    No documentation available.

  2. printTree :: Print a => a -> String

    ogma-language-smv Language.SMV.PrintSMV

    The top-level printing method.

  3. printSession :: RedisSession sess => Session sess -> [(ByteString, ByteString)]

    serversession-backend-redis Web.ServerSession.Backend.Redis.Internal

    Convert a Session into a Redis hash.

  4. printUTCTime :: UTCTime -> ByteString

    serversession-backend-redis Web.ServerSession.Backend.Redis.Internal

    Convert a UTCTime into a ByteString to be stored on Redis.

  5. printURL :: URL -> Text

    urlpath Data.Url

    No documentation available.

  6. printStringXMF :: (Functor m, MonadIO m) => Display -> Drawable -> XMonadFont -> GC -> String -> String -> Position -> Position -> String -> m ()

    xmonad-contrib XMonad.Util.Font

    No documentation available.

  7. module Text.Printf

    A C printf(3)-like formatter. This version has been extended by Bart Massey as per the recommendations of John Meacham and Simon Marlow http://comments.gmane.org/gmane.comp.lang.haskell.libraries/4726 to support extensible formatting for new datatypes. It has also been extended to support almost all C printf(3) syntax.

  8. class PrintfArg a

    base Text.Printf

    Typeclass of printf-formattable values. The formatArg method takes a value and a field format descriptor and either fails due to a bad descriptor or produces a ShowS as the result. The default parseFormat expects no modifiers: this is the normal case. Minimal instance: formatArg.

  9. class PrintfType t

    base Text.Printf

    The PrintfType class provides the variable argument magic for printf. Its implementation is intentionally not visible from this module. If you attempt to pass an argument of a type which is not an instance of this class to printf or hPrintf, then the compiler will report it as a missing instance of PrintfArg.

  10. newtype PrintableString

    QuickCheck Test.QuickCheck

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

Page 110 of many | Previous | Next