Zulip Chat Archive
Stream: mathlib4
Topic: Wiki page for tactic combinators?
Thomas Murrills (Feb 24 2024 at 03:45):
Is there a place where all of the tactic combinators and "control flow"-esque tactics ({}
, try
, first
, ;
, <;>
, all_goals
, etc.) are listed already? If not, would it be helpful to have a wiki page on mathlib4 for them?
Kyle Miller (Feb 24 2024 at 03:52):
For conv mode, I made such a page of combinators (and tactics) here: https://leanprover-community.github.io/mathlib4_docs/docs/Conv/Guide.html
Maybe there could be another guide for tactic combinators?
Thomas Murrills (Feb 24 2024 at 04:04):
Nice! Maybe I'll start it. :) By the way, do we have a rule of thumb for when something should be in mathlib4/docs
and when it should be a wiki page on the repo?
Last updated: May 02 2025 at 03:31 UTC