Zulip Chat Archive
Stream: lean4
Topic: elaborate rwRule
Moritz Doll (Dec 02 2022 at 09:06):
Is there a function that elaborates a rwRule such that it can be easily be stuffed into Lean.MVarId.rewrite? Somewhat related I don't understand why the whole Lean.Elab.Tactic.Rewrite uses Syntax instead of TSyntax. Is this for bootstrapping reasons or are there any big advantages of Syntax over TSyntax?
Sebastian Ullrich (Dec 02 2022 at 09:08):
Many files have not been ported to TSyntax yet
Last updated: May 02 2025 at 03:31 UTC