summaryrefslogtreecommitdiff
path: root/compiler/parser/ApiAnnotation.hs
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-04-14 01:17:48 -0500
committerAustin Seipp <austin@well-typed.com>2015-04-14 01:19:55 -0500
commit9eab6feed44ad8beb6703d2e27ce47a8f79d0f49 (patch)
tree38e392a5015a051dba69d974b2b5bd0f1374257e /compiler/parser/ApiAnnotation.hs
parent8aefc9b746512e91891879ad546e850e8a427d23 (diff)
downloadhaskell-9eab6feed44ad8beb6703d2e27ce47a8f79d0f49.tar.gz
parser: API Annotations : guardquals1 does not annotate commas properly
The `guardquals1` production includes : guardquals1 ',' qual {% addAnnotation (gl $ last $ unLoc $1) AnnComma (gl $2) >> return (sLL $1 $> ($3 : unLoc $1)) } The AnnComma should be attached to `(gl $ head $ unLoc $1)`, rather than `last`. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D818 GHC Trac Issues: #10256
Diffstat (limited to 'compiler/parser/ApiAnnotation.hs')
0 files changed, 0 insertions, 0 deletions