ghc-7.8.3: The GHC API

Safe HaskellNone
LanguageHaskell98

Hooks

Synopsis

Documentation

emptyHooks :: Hooks Source

Hooks can be used by GHC API clients to replace parts of the compiler pipeline. If a hook is not installed, GHC uses the default built-in behaviour

lookupHook :: (Hooks -> Maybe a) -> a -> DynFlags -> a Source

getHooked :: (Functor f, HasDynFlags f) => (Hooks -> Maybe a) -> a -> f a Source