Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readFile :: FilePath -> IO Text

    debian Debian.UTF8

    No documentation available.

  2. readDirStream :: DirStream -> IO (Maybe (OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming

    No documentation available.

  3. readDirStream :: DirStream -> IO (Maybe (OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming.Internal

    No documentation available.

  4. readDirStreamWithCache :: DirReadCache -> DirStream -> IO (Maybe (OsPath, Basename OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming.Internal

    No documentation available.

  5. readRawDirStream :: RawDirStream -> IO (Maybe (OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming.Internal.Raw

    No documentation available.

  6. readRawDirStreamWithCache :: DirReadCache -> RawDirStream -> IO (Maybe (OsPath, Basename OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming.Internal.Raw

    No documentation available.

  7. readNixpkgPackageMap :: String -> Maybe String -> IO PackageMap

    distribution-nixpkgs Distribution.Nixpkgs.PackageMap

    Evaluate nixpkgs at a given (nix) path and build a Map keeping track of all Paths that end in a given Identifier and evaluate to a derivation. This can be used to find an attribute Path for an arbitrary package name using resolve. Note: Evaluation of nixpkgs is very expensive (takes multiple seconds), so cache the result of this function if possible.

    >>> readNixpkgPackageMap "<nixpkgs>" (Just "{ config = { allowAliases = false; }; }")
    fromList [ … ]
    

  8. 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 read lazily, on demand.

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

  10. 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 read lazily, on demand.

Page 251 of many | Previous | Next