ghc-lib-parser-ex-8.8.5.8: Algorithms on GHC parse trees

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.GhclibParserEx.Dump

Synopsis

Documentation

showAstData :: Data a => BlankSrcSpan -> a -> SDoc Source #

Show a GHC syntax tree. This parameterised because it is also used for comparing ASTs in ppr roundtripping tests, where the SrcSpan's are blanked out, to avoid comparing locations, only structure