diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2014-11-30 11:58:31 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-11-30 11:59:43 -0600 |
commit | ed85d7e1ab0384bf00729b9b2fd1ef6bf25caebc (patch) | |
tree | f13bf10f348e29d2c51e16c48aaf974dbbc55544 /compiler/parser/ApiAnnotation.hs | |
parent | 6d47ab3ab3684c4245bdccd97d19db83887aae9c (diff) | |
download | haskell-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.hs | 1 |
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 -- ^ '<-' |