Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: backtrack at
injection
failure (#6109)
This PR fixes an issue in the `injection` tactic. This tactic may execute multiple sub-tactics. If any of them fail, we must backtrack the partial assignment. This issue was causing the error: "`mvarId` is already assigned" in issue #6066. The issue is not yet resolved, as the equation generator for the match expressions is failing in the example provided in this issue.
- Loading branch information