Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  4. 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 [ … ]
    

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

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

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

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

  9. readFile :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath

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

  10. readFile' :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath

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

Page 251 of many | Previous | Next