Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readFileUTF8 :: FilePath -> IO Stringextra System.IO.Extra readFileBinary :: FilePath -> IO Stringextra System.IO.Extra Like readFile, but for binary files.
readFile' :: FilePath -> IO Stringextra System.IO.Extra The readFile' function reads a file and returns the contents of the file as a string. The file is fully read before being returned, as with getContents'.
readFileUTF8' :: FilePath -> IO Stringextra System.IO.Extra A strict version of readFileUTF8, see readFile' for details.
readFileBinary' :: FilePath -> IO Stringextra System.IO.Extra A strict version of readFileBinary, see readFile' for details.
readUTF8File :: FilePath -> IO StringCabal Distribution.Simple.Utils Reads a UTF8 encoded text file as a Unicode String Reads lazily using ordinary readFile.
readFile :: FilePath -> IO Stringghc GHC.Prelude.Basic No documentation available.
readFile :: FilePath -> IO Stringstrict System.IO.Strict The readFile function reads a file and returns the contents of the file as a string. The file is read strictly, as with getContents.
readUtf8FileString :: FilePath -> IO Stringshakespeare Text.Shakespeare.Base Read file's content as String, converting newlines
readFile :: FilePath -> IO StringCabal-syntax Distribution.Compat.Prelude No documentation available.