aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/UnboundRef.v
AgeCommit message (Collapse)Author
2020-11-15Intern application arguments in left-to-right orderGaƫtan Gilbert
This makes it so that we have an application `h a b` with both `a` and `b` unbound, `a` is the one that is reported (parent commit with my current compiler setup reports `b` first, and the code does not define which it should be). Ideally we would report both but that requires more code.