Hoogle Search

Within LTS Haskell 24.31 (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 :: 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.

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

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

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

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

    audacity Sound.Audacity.LabelTrack

    Read label file in a strict way.

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

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

    cabal-install Distribution.Client.Init.Types

    No documentation available.

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

    chunked-data Data.IOData

    No documentation available.

Page 6 of many | Previous | Next