summaryrefslogtreecommitdiff
path: root/docs/backpack/algorithm.tex
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-05-08 11:18:28 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2015-05-08 11:18:28 +0200
commit713612674634754edd17264e688f0479d943d8d2 (patch)
treebaf1cd15eaee57a328494cf24fba0613f802d3f6 /docs/backpack/algorithm.tex
parent225df19a87d8de8245db84d558618f4824631acc (diff)
downloadhaskell-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.tex')
0 files changed, 0 insertions, 0 deletions