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: May 02 2025 at 03:31 UTC