Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readFileStrict :: FilePath -> IO ByteStringTCache Data.TCache.Defs Strict read from file, needed for default file persistence
readFileIfAny :: FilePath -> IO Stringaftovolio Data.ChooseLine2 Inspired by: 'https://hackage.haskell.org/package/base-4.15.0.0/docs/src/GHC-IO.html#catch' Is taken from the https:/hackage.haskell.orgpackagestring-interpreter-0.8.0.0docssrcInterpreter.StringConversion.html#readFileIfAny to reduce general quantity of dependencies. Reads a textual file given by its FilePath and returns its contents lazily. If there is some IOException thrown or an empty file then returns just "". Raises an exception for the binary file.
readFile' :: FilePath -> IO Textcabal-debian Debian.Debianize.Prelude No documentation available.
readFileMaybe :: FilePath -> IO (Maybe Text)cabal-debian Debian.Debianize.Prelude No documentation available.
readFileHashValue :: FilePath -> IO HashValuecabal-install Distribution.Client.HashValue Hash the content of a file. Uses SHA256.
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 fully read before being returned.
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 fully read before being returned.
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.
readFileHistogram :: (Read bin, Read a, Bin bin, Unbox a) => FilePath -> IO (Histogram bin a)histogram-fill Data.Histogram No documentation available.