ghc-lib-parser-9.6.1.20230312: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Exts.Heap.InfoTable.Types

Synopsis

Documentation

data StgInfoTable Source #

This is a somewhat faithful representation of an info table. See https://gitlab.haskell.org/ghc/ghc/blob/master/rts/include/rts/storage/InfoTables.h for more details on this data structure.

Instances

Instances details
Generic StgInfoTable Source # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

Associated Types

type Rep StgInfoTable :: Type -> Type #

Show StgInfoTable Source # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

Binary StgInfoTable Source # 
Instance details

Defined in GHCi.Message

type Rep StgInfoTable Source # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

type EntryFunPtr = FunPtr (Ptr () -> IO (Ptr ())) Source #