ghc-9.14.0.20251128: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Iface.Recomp.Types

Synopsis

Documentation

data IfaceSelfRecomp #

The information for a module which is only used when deciding whether to recompile itself.

See Note [Self recompilation information in interface files]

Constructors

IfaceSelfRecomp 

Fields

Instances

Instances details
NFData IfaceSelfRecomp # 
Instance details

Defined in GHC.Iface.Recomp.Types

Methods

rnf :: IfaceSelfRecomp -> () Source #

Binary IfaceSelfRecomp # 
Instance details

Defined in GHC.Iface.Recomp.Types

Outputable IfaceSelfRecomp # 
Instance details

Defined in GHC.Iface.Recomp.Types

Methods

ppr :: IfaceSelfRecomp -> SDoc #