Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. ieEnableElementCacheCleanup :: Browser -> Bool

    webdriver Test.WebDriver.Types

    Determines whether the driver should attempt to remove obsolete elements from the element cache on page navigation (true by default). This is to help manage the IE driver's memory footprint , removing references to invalid elements.

  2. newtype ExternalUnitCache

    ghc-lib-parser GHC.Unit.External

    Information about the currently loaded external packages. This is mutable because packages will be demand-loaded during a compilation run as required.

  3. ExternalUnitCache :: IORef ExternalPackageState -> ExternalUnitCache

    ghc-lib-parser GHC.Unit.External

    No documentation available.

  4. initExternalUnitCache :: IO ExternalUnitCache

    ghc-lib-parser GHC.Unit.External

    No documentation available.

  5. DontCache :: IsCached Binary

    hackage-security Hackage.Security.Client.Repository

    No documentation available.

  6. mustCache :: RemoteFile fs typ -> IsCached typ

    hackage-security Hackage.Security.Client.Repository

    Which remote files should we cache locally?

  7. repGetCached :: Repository (down :: Type -> Type) -> CachedFile -> IO (Maybe (Path Absolute))

    hackage-security Hackage.Security.Client.Repository

    Get a cached file (if available)

  8. repGetCachedRoot :: Repository (down :: Type -> Type) -> IO (Path Absolute)

    hackage-security Hackage.Security.Client.Repository

    Get the cached root This is a separate method only because clients must ALWAYS have root information available.

  9. getCached :: Cache -> CachedFile -> IO (Maybe (Path Absolute))

    hackage-security Hackage.Security.Client.Repository.Cache

    Get a cached file (if available)

  10. getCachedIndex :: Cache -> Format f -> IO (Maybe (Path Absolute))

    hackage-security Hackage.Security.Client.Repository.Cache

    Get the cached index (if available)

Page 4 of many | Previous | Next