ghci-8.4.3: The library supporting GHC's interactive interpreter

Safe HaskellNone
LanguageHaskell2010

GHCi.InfoTable

Description

Run-time info table support. This module provides support for creating and reading info tables in the running program. We use the RTS data structures directly via hsc2hs.

Synopsis

Documentation

data StgInfoTable Source #

Constructors

StgInfoTable 

Fields

conInfoPtr :: Ptr () -> Ptr () Source #

Convert a pointer to an StgConInfo into an info pointer that can be used in the header of a closure.