ghc-debug-client-0.4.0.0: Useful functions for writing heap analysis tools which use ghc-debug.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Debug.Client.BlockCache

Documentation

data BlockCache Source #

Instances

Instances details
Binary BlockCache Source # 
Instance details

Defined in GHC.Debug.Client.BlockCache

handleBlockReq :: Tracer IO String -> (forall a. Request a -> IO a) -> IORef BlockCache -> BlockCacheRequest resp -> IO resp Source #