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.

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

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

    bluefin-internal Bluefin.Internal.Examples

    No documentation available.

  3. readFile' :: OsPath -> IO ByteString

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

  4. readFile' :: OsPath -> IO ByteString

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

  5. readFile' :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath

    Like readFile', but takes a PlatformPath instead of an OsPath.

  6. readFile' :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath.Internal

    Like readFile', but takes a PlatformPath instead of an OsPath.

  7. readFileGhc :: FilePath -> IO String

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

    No documentation available.

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

    sequence-formats SequenceFormats.Utils

    No documentation available.

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

    sequence-formats SequenceFormats.Utils

    No documentation available.

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

    streamly-core Streamly.Internal.FileSystem.Dir

    Read files only. Internal

Page 13 of many | Previous | Next