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: Dec 20 2023 at 11:08 UTC