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. readFileUTF8 :: FilePath -> IO String

    extra System.IO.Extra

    Like readFile, but with the encoding utf8.

  2. readFileBinary :: FilePath -> IO String

    extra System.IO.Extra

    Like readFile, but for binary files.

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

  4. readFileUTF8' :: FilePath -> IO String

    extra System.IO.Extra

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

  5. readFileBinary' :: FilePath -> IO String

    extra System.IO.Extra

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

  6. readUTF8File :: FilePath -> IO String

    Cabal Distribution.Simple.Utils

    Reads a UTF8 encoded text file as a Unicode String Reads lazily using ordinary readFile.

  7. readFile :: FilePath -> IO String

    ghc GHC.Prelude.Basic

    No documentation available.

  8. readFile :: FilePath -> IO String

    strict 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.

  9. readUtf8FileString :: FilePath -> IO String

    shakespeare Text.Shakespeare.Base

    Read file's content as String, converting newlines

  10. readFile :: FilePath -> IO String

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

Page 2 of many | Previous | Next