diff options
Diffstat (limited to 'compiler/parser/ApiAnnotation.hs')
-rw-r--r-- | compiler/parser/ApiAnnotation.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/parser/ApiAnnotation.hs b/compiler/parser/ApiAnnotation.hs index e8ad8ea879..babd93a0ab 100644 --- a/compiler/parser/ApiAnnotation.hs +++ b/compiler/parser/ApiAnnotation.hs @@ -228,6 +228,7 @@ data AnnKeywordId | AnnMinus -- ^ '-' | AnnModule | AnnNewtype + | AnnName -- ^ where a name loses its location in the AST, this carries it | AnnOf | AnnOpen -- ^ '(\#' or '{-\# LANGUAGE' etc | AnnOpenC -- ^ '{' @@ -242,8 +243,11 @@ data AnnKeywordId | AnnRole | AnnSafe | AnnSemi -- ^ ';' + | AnnSimpleQuote -- ^ ''' | AnnStatic -- ^ 'static' | AnnThen + | AnnThIdSplice -- ^ '$' + | AnnThIdTySplice -- ^ '$$' | AnnTilde -- ^ '~' | AnnTildehsh -- ^ '~#' | AnnType |