ghc-7.6.1: The GHC API

Safe HaskellNone

ClosureInfo

Synopsis

Documentation

data SMRep

A description of the layout of a closure. Corresponds directly to the closure types in includesrtsstorage/ClosureTypes.h.

Instances

type Liveness = [Bool]

data C_SRT

Instances

type ConTagZ = Int

separateByPtrFollowness :: [(CgRep, a)] -> ([(CgRep, a)], [(CgRep, a)])