Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. readFile :: MonadIO m => FilePath -> m Text

    basic-prelude BasicPrelude

    Read a file and return the contents of the file as Text. The entire file is read strictly.

  2. readFile :: FilePath -> IO Document

    html-conduit Text.HTML.DOM

    No documentation available.

  3. readFile :: FilePath -> IO String

    numhask NumHask.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

    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.

  5. readFile :: ListLikeIO full item => FilePath -> IO full

    ListLike Data.ListLike

    Read file. May be lazy.

  6. readFile :: ListLikeIO full item => FilePath -> IO full

    ListLike Data.ListLike.IO

    Read file. May be lazy.

  7. readFile :: FilePath -> IO (UArray Word8)

    foundation Foundation.IO

    Read a binary file and return the whole content in one contiguous buffer.

  8. readFile :: FilePath -> IO ByteString

    system-fileio Filesystem

    Read in the entire content of a binary file. This computation throws IOError on failure. See “Classifying I/O errors” in the System.IO.Error documentation for information on why the failure occured.

  9. readFile :: FilePath -> IO String

    base-prelude BasePrelude

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

Page 4 of many | Previous | Next