| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.GhclibParserEx.Dump
Synopsis
- showAstData :: Data a => BlankSrcSpan -> BlankEpAnnotations -> a -> SDoc
- data BlankSrcSpan
- data BlankEpAnnotations
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 #
Constructors
| BlankSrcSpan | |
| BlankSrcSpanFile | |
| NoBlankSrcSpan |
Instances
| Eq BlankSrcSpan | |
Defined in GHC.Hs.Dump | |
| Show BlankSrcSpan | |
Defined in GHC.Hs.Dump Methods showsPrec :: Int -> BlankSrcSpan -> ShowS # show :: BlankSrcSpan -> String # showList :: [BlankSrcSpan] -> ShowS # | |
data BlankEpAnnotations #
Constructors
| BlankEpAnnotations | |
| NoBlankEpAnnotations |
Instances
| Eq BlankEpAnnotations | |
Defined in GHC.Hs.Dump Methods (==) :: BlankEpAnnotations -> BlankEpAnnotations -> Bool # (/=) :: BlankEpAnnotations -> BlankEpAnnotations -> Bool # | |
| Show BlankEpAnnotations | |
Defined in GHC.Hs.Dump Methods showsPrec :: Int -> BlankEpAnnotations -> ShowS # show :: BlankEpAnnotations -> String # showList :: [BlankEpAnnotations] -> ShowS # | |