ghc-lib-parser-9.8.2.20240223: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Tc.Types.TH

Documentation

data SpliceType #

Constructors

Typed 
Untyped 

data SpliceOrBracket #

Constructors

IsSplice 
IsBracket 

data ThStage #

Instances

Instances details
Outputable ThStage # 
Instance details

Defined in GHC.Tc.Types.TH

Methods

ppr :: ThStage -> SDoc #

type ThLevel = Int #