Zulip Chat Archive
Stream: lean4
Topic: Potential PR to implement ApplyNewGoals in lean4
Edward Ayers (Mar 16 2022 at 19:05):
Hi I've started on a TODO in core Lean to implement ApplyNewGoals. This means that we can implement fapply
and eapply
in mathlib. I've read https://github.com/leanprover/lean4/blob/master/CONTRIBUTING.md and it indicates that I should just check on here first whether this is a suitable PR.
Edward Ayers (Mar 16 2022 at 19:07):
I think the main design challenge is deciding on what the syntax should be for apply config options in tactics
Edward Ayers (Mar 16 2022 at 21:08):
I've added an RFC https://github.com/leanprover/lean4/issues/1045
Leonardo de Moura (Mar 16 2022 at 22:31):
Thanks for submitting the PR. I will comment there.
Last updated: Dec 20 2023 at 11:08 UTC