Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[motoko-san] bugfix: add parenthesis around quantifiers
Problem: `Forall(func i => i == i) ==> B` is translated as `forall i, i == i ==> B` that is wrong since involving `i` in the context of `B`.
- Loading branch information