| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.Tools.AnnTrf.RangeTemplate
Description
The range template is an intermediate annotation level, where the children nodes of the tree had been cut from the parent nodes, but the annotations still contain ranges instead of text.
Documentation
data RangeTemplateElem Source #
Constructors
| RangeElem RealSrcSpan | |
| RangeChildElem | |
| RangeOptionalElem String String | |
| RangeListElem String String String Bool [RealSrcSpan] |
Instances
data RangeTemplate Source #
The intermediate annotation with ranges and children cut out from parents.
Constructors
| RangeTemplate | |
Fields | |
Instances