Zulip Chat Archive
Stream: lean4
Topic: stack overflow in refine
Mario Carneiro (Mar 31 2022 at 03:04):
example : True := by refine ?a; refine ?a
I was hoping that both refines would act like skip here except for tagging the new goal as case a, but the second one seems to end up being self referential and leads to a loop somewhere.
Leonardo de Moura (Apr 01 2022 at 01:13):
Pushed a fix for this.
Last updated: May 02 2025 at 03:31 UTC