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.
readFile :: FilePath -> IO Stringdimensional 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.
readFile :: FilePath -> IO Stringdistribution-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.
readFile :: FilePath -> IO Stringfaktory 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.
readFile :: OsPath -> IO ByteStringfile-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.
readFile :: OsPath -> IO ByteStringfile-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.
readFile :: PlatformPath -> IO ByteStringfile-io System.File.PlatformPath Like readFile, but takes a PlatformPath instead of an OsPath.
readFile :: PlatformPath -> IO ByteStringfile-io System.File.PlatformPath.Internal Like readFile, but takes a PlatformPath instead of an OsPath.
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.
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.
readFile :: AbsRel ar => FilePath ar -> IO Stringpathtype System.Path.IO No documentation available.