forked from leanprover/LNSym
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Memory Tactic now solves in a loop and throws error if failed …
…to make progress (leanprover#122) This removed the need for repeated calls for `simp_mem`, and also uses the information in the state to throw an error if the tactic was unable to make *any* progress whatsoever. We mimic the `simp` API, and allow this to be changed by setting `failIfUnchanged? := false`. --------- Co-authored-by: Shilpi Goel <shigoel@gmail.com>
- Loading branch information
Showing
2 changed files
with
115 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters