Resolved Silver issue #586#587
Conversation
alexanderjsummers
left a comment
There was a problem hiding this comment.
This looks good to me - indeed, let expressions should be treated analogously to quantified variables (inside wands).
Minor but could you add to the test a case that is supposed to fail (with appropriate test annotations)? Maybe mixing two lets/quantifiers in different orders, but renaming them so that syntactically the inner assertions look identical?
|
I've fixed the 'x' vs 'y' issue, and added an intentionally failing test. Gives |
alexanderjsummers
left a comment
There was a problem hiding this comment.
This looks good to me, thanks!
Please do file a Carbon issue for the crash you found when mixing binders.
Fixes #586