some times I write a tactic that walk over an expression and when I want to apply it to the whole goal I do something like this
match goal with
| |- ?goal => my_tactic goal
end.
Is there a better alternative to get the whole goal without this match?
That seems good
Last updated: Sep 23 2023 at 06:01 UTC