Agda-2.2.6: A dependently typed functional programming language and proof assistantSource codeContentsIndex
Agda.Utils.IO.UTF8
Description
Text IO using the UTF8 character encoding.
Synopsis
readTextFile :: FilePath -> IO String
writeFile :: FilePath -> String -> IO ()
Documentation
readTextFile :: FilePath -> IO StringSource
Reads a UTF8-encoded text file and converts all Unicode line endings into '\n'.
writeFile :: FilePath -> String -> IO ()Source
Writes a UTF8-encoded text file. The native convention for line endings is used.
Produced by Haddock version 2.6.0