Sub-term to free variable lifting tactic #727
Labels
proof engineering
nicer, shorter, more maintainable etc proofs
proof tools
convenience, automation, productivity tools
When we try to make a rule to match a complex goal, we often want something like
epptr
in the rule, but we havePTR(endpoint_C) (capEPPtr (projr luRet)))
or whatever. It would be really cool to have a tactic that can create a new free var somehow, and then replace every instance of a term in the goal with that var.@lsf37 commented:
The text was updated successfully, but these errors were encountered: