Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readUTF8File :: FilePath -> IO String

    Cabal-syntax Distribution.Utils.Generic

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

  2. userToCanonPath :: FilePath -> IO String

    yi-core System.FriendlyPath

    Canonicalize a user-friendly path

  3. readBinaryFile :: FilePath -> IO String

    MissingH System.IO.Binary

    Like the built-in readFile, but opens the file in binary instead of text mode.

  4. readFile :: FilePath -> IO String

    ghc-internal GHC.Internal.System.IO

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

  5. readFile' :: FilePath -> IO String

    ghc-internal GHC.Internal.System.IO

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

  6. readFile :: FilePath -> IO String

    numeric-prelude NumericPrelude

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

  7. readFile :: FilePath -> IO String

    numeric-prelude NumericPrelude.Base

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

  8. readFile :: FilePath -> IO String

    numhask NumHask.Prelude

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

  9. readFile :: FilePath -> IO String

    ghc-lib-parser GHC.Prelude.Basic

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

  10. readFileUtf8 :: FilePath -> IO String

    hpc Trace.Hpc.Util

    Read a file strictly, as opposed to how readFile does it using lazy IO, but also disregard system locale and assume that the file is encoded in UTF-8. Haskell source files are expected to be encoded in UTF-8 by GHC.

Page 3 of many | Previous | Next