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: Oct 13 2024 at 01:02 UTC