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.
readFileUtf8 :: MonadIO m => FilePath -> m Textclassy-prelude ClassyPrelude Strictly read a file into a Text using a UTF-8 character encoding. In the event of a character encoding error, a Unicode replacement character will be used (a.k.a., lenientDecode).
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.