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

GHC.Iface.Ext.Debug

Synopsis

Documentation

type Diff a = a -> a -> [SDoc] Source #

diffAst :: (Outputable a, Eq a, Ord a) => Diff a -> Diff (HieAST a) Source #

diffList :: Diff a -> Diff [a] Source #

eqDiff :: (Outputable a, Eq a) => Diff a Source #

validateScopes :: Module -> Map FastString (HieAST a) -> [SDoc] Source #

Look for any identifiers which occur outside of their supposed scopes. Returns a list of error messages.