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.

  1. readFile' :: FilePath -> IO String

    extra 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'.

  2. readFileBinary :: FilePath -> IO String

    extra Extra

    Like readFile, but for binary files.

  3. readFileBinary' :: FilePath -> IO String

    extra Extra

    A strict version of readFileBinary, see readFile' for details.

  4. readFileEncoding :: TextEncoding -> FilePath -> IO String

    extra Extra

    Like readFile, but setting an encoding.

  5. readFileEncoding' :: TextEncoding -> FilePath -> IO String

    extra Extra

    A strict version of readFileEncoding, see readFile' for details.

  6. readFileUTF8 :: FilePath -> IO String

    extra Extra

    Like readFile, but with the encoding utf8.

  7. readFileUTF8' :: FilePath -> IO String

    extra Extra

    A strict version of readFileUTF8, see readFile' for details.

  8. readFile' :: FilePath -> IO String

    extra 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'.

  9. readFileBinary :: FilePath -> IO String

    extra System.IO.Extra

    Like readFile, but for binary files.

  10. readFileBinary' :: FilePath -> IO String

    extra System.IO.Extra

    A strict version of readFileBinary, see readFile' for details.

Page 9 of many | Previous | Next