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

GHC.Driver.Env.KnotVars

Description

This data structure holds an updateable environment which is used when compiling module loops.

Documentation

data KnotVars a Source #

Constructors

KnotVars 

Fields

NoKnotVars 

Instances

Instances details
Functor KnotVars Source # 
Instance details

Defined in GHC.Driver.Env.KnotVars

Methods

fmap :: (a -> b) -> KnotVars a -> KnotVars b #

(<$) :: a -> KnotVars b -> KnotVars a #

Outputable (KnotVars a) Source # 
Instance details

Defined in GHC.Driver.Env.KnotVars

Methods

ppr :: KnotVars a -> SDoc Source #