batteries icon indicating copy to clipboard operation
batteries copied to clipboard

Code action for induction ... using ...

Open PatrickMassot opened this issue 2 years ago • 1 comments

The current induction code action is really nice, but it doesn't work when using a non-default induction rule.

PatrickMassot avatar Oct 21 '23 14:10 PatrickMassot

Is there a possibility to replace it with a generic code action that works for any tactic that produces multiple named goals (induction, cases, refine with ?foo, probably more)? That would likely automatically pick up the right case name with induction … using, and be more generally useful.

nomeata avatar Oct 24 '23 20:10 nomeata