ghc-lib-parser-9.8.5.20250214: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageHaskell2010

GHC.Driver.Pipeline.Phases

Synopsis

Documentation

data TPhase res where Source #

data PhaseHook Source #

A wrapper around the interpretation function for phases.

Constructors

PhaseHook (forall a. TPhase a -> IO a)