vacuum-0.0.95: Extract graph representations of ghc heap values.

GHC.Vacuum.Types

Documentation

data HNode Source

Constructors

HNode 

Fields

nodePtrs :: [HNodeId]
 
nodeLits :: [Word]
 
nodeInfo :: InfoTab
 

data Closure Source

Constructors

Closure 

Fields

closPtrs :: [HValue]
 
closLits :: [Word]
 
closITab :: InfoTab
 

Instances

data Env Source

Constructors

Env