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 :: ListLikeIO full item => FilePath -> IO full

    ListLike Data.ListLike

    Read file. May be lazy.

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

    ListLike Data.ListLike.IO

    Read file. May be lazy.

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

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

    classy-prelude ClassyPrelude

    Strictly read a file into a ByteString.

  5. readFile :: FilePath -> IO String

    ghc-lib-parser GHC.Prelude.Basic

    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 :: FilePath -> IO Document

    html-conduit Text.HTML.DOM

    No documentation available.

  7. readFile :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer' String m ()

    pipes-safe Pipes.Safe.Prelude

    Read lines from a file, automatically opening and closing the file as necessary

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

    foundation Foundation.IO

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

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

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

Page 4 of many | Previous | Next