diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2015-05-08 11:18:28 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2015-05-08 11:18:28 +0200 |
commit | 713612674634754edd17264e688f0479d943d8d2 (patch) | |
tree | baf1cd15eaee57a328494cf24fba0613f802d3f6 /docs/backpack/algorithm.pdf | |
parent | 225df19a87d8de8245db84d558618f4824631acc (diff) | |
download | haskell-713612674634754edd17264e688f0479d943d8d2.tar.gz |
ApiAnnotations: misplaced AnnComma for squals production
Summary:
The parser production for squals has
: squals ',' transformqual
{% addAnnotation (gl $ last $ unLoc $1) AnnComma (gl $2) >>
ams (sLL $1 $> ()) (fst $ unLoc $3) >>
return (sLL $1 $> [sLL $1 $> ((snd $ unLoc $3) (reverse (unLoc $1)))]) }
This attaches the comma to the wrong part of the squals, as it is
generated in reverse order.
Test Plan: ./validate
Reviewers: hvr, austin
Reviewed By: austin
Subscribers: bgamari, thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D846
GHC Trac Issues: #10312
Diffstat (limited to 'docs/backpack/algorithm.pdf')
0 files changed, 0 insertions, 0 deletions