exceptionfree-readfile-0.0.1.0: An exception-free readFile for use with '+RTS -xc -RTS' projects
System.IO.ExceptionFree.Internal.Custom
readFile :: FilePath -> IO (Either IOError FileContents) Source #
type FileContents = String Source #
Contents of the file