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

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.GhclibParserEx.Dump

Synopsis

Documentation

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

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

data BlankSrcSpan #

Instances
Eq BlankSrcSpan 
Instance details

Defined in GHC.Hs.Dump

Show BlankSrcSpan 
Instance details

Defined in GHC.Hs.Dump