Open ranjitjhala opened 9 years ago
That's strange, I ended up reverting to our custom desugarer for 710, so I wouldn't expect this difference.. Will investigate!
Yes it may be something else though, not sure what...
On Sep 20, 2015, at 9:49 PM, Eric Seidel notifications@github.com wrote:
That's strange, I ended up reverting to our custom desugarer for 710, so I wouldn't expect this difference.. Will investigate!
— Reply to this email directly or view it on GitHub.
Ugh, tests/todo/bar.hs
doesn't seem to exist anymore..
(I thought this was fixed but maybe this is a different problem.)
When I run
tests/todo/bar.hs
I don't get the right annotation for the recursive call tobar
. Is this because of theSourceSpanTick
issues? Or something else?For example, the
LOCBINDS
trace inAnnotate.hs
yields this in 784but this in 710 (note it has no info for the binder at line 8:18-21
@gridaphobe can you look into this when you get a chance? (not super pressing)