Zulip Chat Archive
Stream: mathlib4
Topic: RingTheory.Finiteness !4#2811
Ruben Van de Velde (Mar 13 2023 at 16:11):
I was poking my nose into this, and getting failed to synthesize instance SemilinearMapClass (M →ₗ[R] N) ?m.494659 ?m.494651 ?m.494652
issues - is that something people recognize?
Eric Wieser (Mar 13 2023 at 16:30):
etaExperiment true
?
Ruben Van de Velde (Mar 13 2023 at 16:53):
Oh, is that what that fixes? Thanks
Eric Wieser (Mar 13 2023 at 16:54):
If you have any module-related typeclass issue it's likely related to that
Eric Wieser (Mar 13 2023 at 16:55):
I don't think that's the preferred workaround to lean4#2074, but it's enough to identify it as the cause
Jireh Loreaux (Mar 13 2023 at 17:50):
I think we're not merging PRs with etaExperiment true
in them, so it definitely needs another workaround.
Eric Wieser (Mar 13 2023 at 17:54):
We definitely have been, although I'm not sure if we intended to
Matthew Ballard (Mar 13 2023 at 17:56):
Some of the commit messages reference it
Eric Wieser (Mar 13 2023 at 18:00):
It's also in the source code.
Last updated: Dec 20 2023 at 11:08 UTC