rosso-1.0: General purpose utility library

System.IO.Rosso1

Description

Extends System.IO

Synopsis

Documentation

module System.IO

readFileStrict :: FilePath -> IO StringSource

Like readFile, but reads the entire contents of the file into the string, and then closes the file, before the computation completes.