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.

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

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

  3. readFile :: FilePath -> IO String

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

  4. readFile :: FilePath -> IO String

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

  5. readFile :: FilePath -> IO String

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

  6. formatFile :: FilePath -> IO String

    rzk Rzk.Format

    Format Rzk code from a file

  7. readFile :: FilePath -> IO String

    constrained-categories Control.Category.Constrained.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.

  8. readFile :: FilePath -> IO String

    constrained-categories Control.Category.Hask

    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.

  9. readFile :: FilePath -> IO String

    copilot-language Copilot.Language.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.

  10. processD2 :: FilePath -> IO String

    dobutokO2 DobutokO.Sound.Process

    No documentation available.

Page 5 of many | Previous | Next