Zulip Chat Archive
Stream: lean4
Topic: Argument for tactic as expression
Siddhartha Gadgil (Oct 06 2021 at 08:55):
I am trying to pass an argument to a tactic. I tried to use Elab.Tactic.elabTerm
to parse the syntax of the expression. This works fine for local expressions, but not for let
declarations. Is there some method that elaborates using the local context?
Thanks.
Last updated: May 02 2025 at 03:31 UTC