Text.Printf

The plain source file for module Text.Printf is not available.
module Text.Printf where

class HPrintfType t where
  hspr ::
    GHC.IO.Handle.Types.Handle -> String -> [Text.Printf.UPrintf] -> t
class IsChar c where
  toChar :: c -> Char
  fromChar :: Char -> c
class PrintfArg a where
  toUPrintf :: a -> Text.Printf.UPrintf
class PrintfType t where
  spr :: String -> [Text.Printf.UPrintf] -> t
hPrintf ::
  (HPrintfType r) => GHC.IO.Handle.Types.Handle -> String -> r
printf :: (PrintfType r) => String -> r

Index

(HTML for this module was generated on 2013-09-19. About the conversion tool.)