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. getCachedRoot :: Cache -> IO (Path Absolute)

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

    Get the cached root Calling getCachedRoot without root info available is a programmer error and will result in an unchecked exception. See requiresBootstrap.

  2. data FontCache

    FontyFruity Graphics.Text.TrueType

    A font cache is a cache listing all the found fonts on the system, allowing faster font lookup once created FontCache is an instance of binary, to get okish performance you should save it in a file somewhere instead of rebuilding it everytime! The font cache is dependent on the version of rasterific, you must rebuild it for every version.

  3. emptyFontCache :: FontCache

    FontyFruity Graphics.Text.TrueType

    Font cache with no pre-existing fonts in it.

  4. defaultCacheConf :: CacheConf

    dns Network.DNS.Resolver

    Default cache configuration.

    >>> defaultCacheConf
    CacheConf {maximumTTL = 300, pruningDelay = 10}
    

  5. don'tCache :: Monad m => m a -> Cached m a

    reactive-banana Reactive.Banana.Prim.High.Cached

    Lift an action that is not cached, for instance because it is idempotent.

  6. liftCached1 :: (MonadFix m, MonadIO m) => (a -> m b) -> Cached m a -> Cached m b

    reactive-banana Reactive.Banana.Prim.High.Cached

    No documentation available.

  7. liftCached2 :: (MonadFix m, MonadIO m) => (a -> b -> m c) -> Cached m a -> Cached m b -> Cached m c

    reactive-banana Reactive.Banana.Prim.High.Cached

    No documentation available.

  8. getCacheBfs :: MonadClient m => ActorId -> m (Array BfsDistance)

    LambdaHack Game.LambdaHack.Client.BfsM

    Get cached BFS array or, if not stored, generate and store first.

  9. getCacheBfsAndPath :: MonadClient m => ActorId -> Point -> m (Array BfsDistance, Maybe AndPath)

    LambdaHack Game.LambdaHack.Client.BfsM

    Get cached BFS array and path or, if not stored, generate and store first.

  10. getCachePath :: MonadClient m => ActorId -> Point -> m (Maybe AndPath)

    LambdaHack Game.LambdaHack.Client.BfsM

    Get cached BFS path or, if not stored, generate and store first.

Page 5 of many | Previous | Next