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.

  1. readFileStrict :: FilePath -> IO ByteString

    TCache Data.TCache.Defs

    Strict read from file, needed for default file persistence

  2. readFileIfAny :: FilePath -> IO String

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

  3. readFile' :: FilePath -> IO Text

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  4. readFileMaybe :: FilePath -> IO (Maybe Text)

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  5. readFileHashValue :: FilePath -> IO HashValue

    cabal-install Distribution.Client.HashValue

    Hash the content of a file. Uses SHA256.

  6. 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 fully read before being returned.

  7. 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 fully read before being returned.

  8. readFile' :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath

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

  9. readFile' :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath.Internal

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

  10. readFileHistogram :: (Read bin, Read a, Bin bin, Unbox a) => FilePath -> IO (Histogram bin a)

    histogram-fill Data.Histogram

    No documentation available.

Page 14 of many | Previous | Next