Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readFile :: FilePath -> IO Stringprelude-compat Prelude2010 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 Stringrebase Rebase.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 Stringmixed-types-num Numeric.MixedTypes.PreludeHiding 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 StringLambdaHack Game.LambdaHack.Common.File 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 Stringcabal-install-solver Distribution.Solver.Compat.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 Stringclash-prelude Clash.HaskellPrelude 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.
readFileGhc :: FilePath -> IO Stringghc-exactprint Language.Haskell.GHC.ExactPrint.Preprocess No documentation available.
readFile :: FilePath -> IO Stringihaskell IHaskellPrelude The readFile function reads a file and returns the contents of the file as a string. The file is read strictly, as with getContents.
sayReadFile :: FilePath -> IO Stringliquidhaskell-boot Language.Haskell.Liquid.Misc No documentation available.
readFile :: FilePath -> IO StringAgda Agda.Utils.IO.UTF8 Reads a UTF8-encoded text file and converts many character sequences which may be interpreted as line or paragraph separators into 'n'. If the file cannot be decoded, then a ReadException is raised.