pandoc
Source code
Contents
Index
Text.Pandoc.UTF8
Portability
portable
Stability
alpha
Maintainer
John 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
String
Source
writeFile
::
FilePath
->
String
->
IO
()
Source
getContents
::
IO
String
Source
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