Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. readFileUtf8 :: FilePath -> IO String

    hpc Trace.Hpc.Util

    Read a file strictly, as opposed to how readFile does it using lazy IO, but also disregard system locale and assume that the file is encoded in UTF-8. Haskell source files are expected to be encoded in UTF-8 by GHC.

  2. readFileTex :: FilePath -> IO Text

    HaTeX Text.LaTeX.Base.Render

    If you are going to insert the content of a file in your LaTeX data, use this function to ensure your encoding is correct.

  3. readFileImpl :: FileSystem (es :: Effects) -> forall (e :: Effects) . () => FilePath -> Eff (e :& es) String

    bluefin-internal Bluefin.Internal.Examples

    No documentation available.

  4. readFileGhc :: FilePath -> IO String

    ghc-exactprint Language.Haskell.GHC.ExactPrint.Preprocess

    No documentation available.

  5. readFileProd :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer ByteString m ()

    sequence-formats SequenceFormats.Utils

    No documentation available.

  6. readFileProdCheckCompress :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer ByteString m ()

    sequence-formats SequenceFormats.Utils

    No documentation available.

  7. readFiles :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => FilePath -> Stream m FilePath

    streamly-core Streamly.Internal.FileSystem.Dir

    Read files only. Internal

  8. readFileMaybe :: FilePath -> IO (Maybe ByteString)

    tasty-silver Test.Tasty.Silver.Advanced

    Read the file if it exists, else return Nothing. Useful for reading golden files.

  9. readFileMaybe :: FilePath -> IO (Maybe ByteString)

    tasty-silver Test.Tasty.Silver.Internal

    Read the file if it exists, else return Nothing. Useful for reading golden files.

  10. readFilePM :: RangeFile -> PM Text

    Agda Agda.Syntax.Parser

    Returns the contents of the given file.

Page 13 of many | Previous | Next