ghc-heap-8.10.7: Functions for walking GHC's heap
Safe Haskell Safe-Inferred
Language Haskell2010

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/includes/rts/storage/InfoTables.h for more details on this data structure.

Instances

Instances details
Show StgInfoTable Source #
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

Generic StgInfoTable Source #
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

type Rep StgInfoTable Source #
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types