Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. readFile :: RawFilePath -> IO ByteString

    rawfilepath Data.ByteString.RawFilePath

    Read an entire file at the RawFilePath strictly into a ByteString.

  2. readFile :: MonadIO m => FilePath -> m ByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    Strictly read a file into a ByteString.

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

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

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

  6. readFile :: StringRWIO s => FilePath -> IO s

    string-class Data.String.Class

    Read a file and returns the contents of the file as a string Depending on the instance, this function might expect the file to be non-binary. The default definition uses openFile to open the file.

  7. readFile :: FilePath -> IO String

    xmonad-contrib XMonad.Config.Prime

    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 :: Int -> FilePath -> (t -> r) -> HppF t r

    hpp Hpp.Types

    No documentation available.

  9. readFile' :: FilePath -> IO String

    base System.IO

    The readFile' function reads a file and returns the contents of the file as a string. The file is fully read before being returned, as with getContents'.

  10. readFile' :: FilePath -> IO String

    base-compat System.IO.Compat

    The readFile' function reads a file and returns the contents of the file as a string. The file is fully read before being returned, as with getContents'.

Page 8 of many | Previous | Next