Skip to content
Snippets Groups Projects

Add [iSelect], and various tactics based on it

Merged Rodolphe Lepigre requested to merge ci/rodolphe/tactics into master

This MR adds the following tactics:

  • iSelect (pat)%I tac calls the tactic tac with the name of the last hypothesis of the Iris context matching pat,
  • iRename select (pat)%I into name renames the last hypothesis of the Iris context matching pat into name,
  • iDestruct select (pat)%I as ... is similar to iDestruct but it acts on the last hypothesis of the Iris context matching pat,
  • iClear select (pat)%I clears the last hypothesis of the Iris context matching pat,
  • iRevert select (pat)%I reverts the last hypothesis of the Iris context matching pat,
  • iFrame select (pat)%I cancels the last hypothesis of the Iris context matching pat.
Edited by Ralf Jung

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading