Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readFile :: FilePath -> IO String

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

  2. readFile :: FilePath -> IO String

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

  3. readFile :: FilePath -> IO String

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

  4. readFile :: FilePath -> IO String

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

  5. readFile :: FilePath -> IO String

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

  6. readFileGhc :: FilePath -> IO String

    ghc-exactprint Language.Haskell.GHC.ExactPrint.Preprocess

    No documentation available.

  7. readFile :: FilePath -> IO String

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

  8. readFile :: FilePath -> IO String

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

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

  10. getScriptHash :: FilePath -> IO String

    cabal-install Distribution.Client.ScriptUtils

    Get the hash of a script's absolute path. Two hashes will be the same as long as the absolute paths are the same.

Page 4 of many | Previous | Next