ghc-lib-parser-9.10.1.20250103: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageGHC2021

GHC.Exts.Heap.InfoTable.Types

Synopsis

Documentation

data StgInfoTable #

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
Binary StgInfoTable # 
Instance details

Defined in GHCi.Message

Generic StgInfoTable # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

Show StgInfoTable # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

Eq StgInfoTable # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

type Rep StgInfoTable # 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

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