Zulip Chat Archive
Stream: general
Topic: attribute [ext] subsingleton.elim
Scott Morrison (Mar 06 2020 at 21:44):
I noticed that ext
isn't blasting through equalities of subsingletons, and was going to begin trying out attribute [ext] subsingleton.elim
, but immediately got an error message:
only constants and Pi types are supported: α
Scott Morrison (Mar 06 2020 at 21:44):
Any ideas?
Mario Carneiro (Mar 06 2020 at 22:48):
We could use subsingleton.elim
as the fallback if the type is not a constant?
Mario Carneiro (Mar 06 2020 at 22:49):
or you could use congr
instead of ext
since it's already hooked up to do this
Last updated: Dec 20 2023 at 11:08 UTC