hledger-lib-0.14: Reusable types and utilities for the hledger accounting tool and financial apps in general.Source codeContentsIndex
Hledger.Data.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
appendFile :: FilePath -> String -> IO ()Source
getContents :: IO StringSource
hGetContents :: Handle -> 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.6.1