ghc-lib-8.8.1.20191204: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

HieDebug

Synopsis

Documentation

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

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

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

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

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

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