ghc-lib-parser-ex-0.20220901: Algorithms on GHC parse trees
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Haskell.GhclibParserEx.Dump

Synopsis

Documentation

showAstData :: Data a => BlankSrcSpan -> BlankEpAnnotations -> 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 #

Should source spans be removed from output.

Instances

Instances details
Show BlankSrcSpan 
Instance details

Defined in GHC.Hs.Dump

Eq BlankSrcSpan 
Instance details

Defined in GHC.Hs.Dump

data BlankEpAnnotations #

Should EpAnnotations be removed from output.