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

    dimensional Numeric.Units.Dimensional.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.

  2. readFile :: FilePath -> IO String

    distribution-opensuse OpenSuse.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.

  3. readFile :: FilePath -> IO String

    faktory Faktory.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.

  4. readFile :: OsPath -> IO ByteString

    file-io System.File.OsPath

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

  5. readFile :: OsPath -> IO ByteString

    file-io System.File.OsPath.Internal

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

  6. readFile :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath

    Like readFile, but takes a PlatformPath instead of an OsPath.

  7. readFile :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath.Internal

    Like readFile, but takes a PlatformPath instead of an OsPath.

  8. readFile :: (Sample e, Buffer a e) => FilePath -> IO (Info, Maybe (a e))

    hsndfile Sound.File.Sndfile

    Return the contents of a file in a single buffer.

  9. readFile :: (Sample e, Buffer a e) => FilePath -> IO (Info, Maybe (a e))

    hsndfile Sound.File.Sndfile.Buffer

    Return the contents of a file in a single buffer.

  10. readFile :: AbsRel ar => FilePath ar -> IO String

    pathtype System.Path.IO

    No documentation available.

Page 7 of many | Previous | Next