Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. readFile :: FilePath -> IO String

    clash-prelude Clash.HaskellPrelude

    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 Text

    debian Debian.UTF8

    No documentation available.

  3. readFile :: OsPath -> IO ByteString

    file-io System.File.OsPath

    The readFile function reads a file and returns the contents of the file as a ByteString. The file is read lazily, on demand.

  4. readFile :: OsPath -> IO ByteString

    file-io System.File.OsPath.Internal

    The readFile function reads a file and returns the contents of the file as a ByteString. The file is read lazily, on demand.

  5. readFile :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath

    Like readFile, but takes a PlatformPath instead of an OsPath.

  6. readFile :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath.Internal

    Like readFile, but takes a PlatformPath instead of an OsPath.

  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 :: MonadIO m => FilePath -> m Text

    with-utf8 Data.Text.IO.Utf8

    Like readFile, but assumes the file is encoded in UTF-8, regardless of the current locale.

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

    with-utf8 Data.Text.Lazy.IO.Utf8

    Like readFile, but assumes the file is encoded in UTF-8, regardless of the current locale.

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

Page 6 of many | Previous | Next