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 :: (Encoding e, ?enc :: e) => FilePath -> IO String

    encoding System.IO.Encoding

    No documentation available.

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

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

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

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

  6. readFile :: Fractional time => FilePath -> IO (T time String)

    audacity Sound.Audacity.LabelTrack

    Read label file in a strict way.

  7. readFile :: Storable a => Path w a -> IO (T w a)

    battleship-combinatorics Combinatorics.Battleship.Count.CountMap

    It silently drops IO exceptions and does not check whether the loaded data is valid.

  8. readFile :: Interactive m => FilePath -> m String

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  9. readFile :: (IOData a, MonadIO m) => FilePath -> m a

    chunked-data Data.IOData

    No documentation available.

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

Page 6 of many | Previous | Next