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