Added select and select_revert tactics
As discussed with @robbertkrebbers open points:
-
Names of the tactics (What are the names in Mtac? @janno ) -
Changelog entry?
Edited by Michael Sammler
Merge request reports
Activity
- Resolved by Robbert Krebbers
The name in Mtac2 is
select
: https://github.com/Mtac2/Mtac2/blob/master/theories/tactics/Tactics.v#L737The tactic is a bit different, it returns the name of the hypothesis, instead of calling a continuation (which would backtrack in case of multiple matches).
Edited by Robbert Krebbers- Resolved by Michael Sammler
I think this MR is ready. @jung any objections to merge?
- Resolved by Ralf Jung
marked the checklist item Names of the tactics (What are the names in Mtac? @janno ) as completed
- Resolved by Michael Sammler
- Resolved by Michael Sammler
- Resolved by Robbert Krebbers
added 13 commits
-
e25a9be2...1d9cb6c8 - 12 commits from branch
master
- 23984e60 - Added select and select_revert tactics
-
e25a9be2...1d9cb6c8 - 12 commits from branch
Please register or sign in to reply