summaryrefslogtreecommitdiff
path: root/compiler/parser/ApiAnnotation.hs
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2014-11-30 11:58:31 -0600
committerAustin Seipp <austin@well-typed.com>2014-11-30 11:59:43 -0600
commited85d7e1ab0384bf00729b9b2fd1ef6bf25caebc (patch)
treef13bf10f348e29d2c51e16c48aaf974dbbc55544 /compiler/parser/ApiAnnotation.hs
parent6d47ab3ab3684c4245bdccd97d19db83887aae9c (diff)
downloadhaskell-ed85d7e1ab0384bf00729b9b2fd1ef6bf25caebc.tar.gz
More Tweaks for API Anotations
Summary: Attaching semis to preceding AST element, not following Test Plan: sh ./validate Reviewers: hvr, austin Reviewed By: austin Subscribers: cactus, thomie, carter Differential Revision: https://phabricator.haskell.org/D529
Diffstat (limited to 'compiler/parser/ApiAnnotation.hs')
-rw-r--r--compiler/parser/ApiAnnotation.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/parser/ApiAnnotation.hs b/compiler/parser/ApiAnnotation.hs
index 4640a98219..510f3dc580 100644
--- a/compiler/parser/ApiAnnotation.hs
+++ b/compiler/parser/ApiAnnotation.hs
@@ -176,6 +176,7 @@ data AnnKeywordId
| AnnIf
| AnnImport
| AnnIn
+ | AnnInfix -- ^ 'infix' or 'infixl' or 'infixr'
| AnnInstance
| AnnLam
| AnnLarrow -- ^ '<-'