-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the resolution "primitive" behind resolve_then
resolve_then requires the output of the resolution to be passed to a theorem-tactic (and will backtrack if the theorem-tactic fails with a HOL_ERR); the new gen_resolve_then will pass to any consumer/continuation, backtracking if *that* fails with a HOL_ERR. The old resolve_then is then an easy instance of the new function.
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 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