pandocSource codeContentsIndex
Text.Pandoc.UTF8
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
UTF-8 aware string IO functions that will work with GHC 6.10 or 6.12.
Documentation
readFile :: FilePath -> IO StringSource
writeFile :: FilePath -> String -> IO ()Source
getContents :: IO StringSource
putStr :: String -> IO ()Source
putStrLn :: String -> IO ()Source
hPutStr :: Handle -> String -> IO ()Source
hPutStrLn :: Handle -> String -> IO ()Source
Produced by Haddock version 2.4.2