Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
readFile' :: OsPath -> IO ByteStringfile-io System.File.OsPath The readFile' function reads a file and returns the contents of the file as a ByteString. The file is fully read before being returned.
readFile' :: OsPath -> IO ByteStringfile-io System.File.OsPath.Internal The readFile' function reads a file and returns the contents of the file as a ByteString. The file is fully read before being returned.
readFile' :: PlatformPath -> IO ByteStringfile-io System.File.PlatformPath Like readFile', but takes a PlatformPath instead of an OsPath.
readFile' :: PlatformPath -> IO ByteStringfile-io System.File.PlatformPath.Internal Like readFile', but takes a PlatformPath instead of an OsPath.
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