ghc-9.11: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Types.SptEntry

Synopsis

Documentation

data SptEntry Source #

An entry to be inserted into a module's static pointer table. See Note [Grand plan for static forms] in GHC.Iface.Tidy.StaticPtrTable.

Constructors

SptEntry Id Fingerprint 

Instances

Instances details
Outputable SptEntry Source # 
Instance details

Defined in GHC.Types.SptEntry

Methods

ppr :: SptEntry -> SDoc Source #