Zulip Chat Archive
Stream: general
Topic: induction in tactics
Jakob von Raumer (Apr 30 2018 at 13:19):
Say I write a tactic that somewhere uses induction x
for some x
. Now I get back a list of goals. Is it better style to use that list to tackle each goal, or should I use tactic.focus
?
Last updated: Dec 20 2023 at 11:08 UTC