vacuum-2.0.0.0: Graph representation of the GHC heap

Portabilitynon-portable (GHC only)
Stabilityexperimental
Maintainermad.one@gmail.com
Safe HaskellSafe-Infered

GHC.Vacuum.Types

Description

 

Documentation

data HNode Source

Constructors

HNode 

Fields

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

fst3 :: (a, b, c) -> aSource

snd3 :: (a, b, c) -> bSource

trd3 :: (a, b, c) -> cSource

data Closure Source

Constructors

Closure 

Fields

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

Instances

data Box a Source

Constructors

Box a 

data Env Source

Constructors

Env