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.
readFileUtf8 :: FilePath -> IO Stringhpc 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.
readFileTex :: FilePath -> IO TextHaTeX 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.
-
bluefin-internal Bluefin.Internal.Examples No documentation available.
readFileGhc :: FilePath -> IO Stringghc-exactprint Language.Haskell.GHC.ExactPrint.Preprocess No documentation available.
readFileProd :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer ByteString m ()sequence-formats SequenceFormats.Utils No documentation available.
-
sequence-formats SequenceFormats.Utils No documentation available.
readFiles :: forall (m :: Type -> Type) . (MonadIO m, MonadCatch m) => FilePath -> Stream m FilePathstreamly-core Streamly.Internal.FileSystem.Dir Read files only. Internal
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.
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.
readFilePM :: RangeFile -> PM TextAgda Agda.Syntax.Parser Returns the contents of the given file.