You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Although set is a type synonym, parts of our library abuse this and rely on the definitional equality between set α and α → Prop. A notable example is our measure theory library which currently relies on this definitional equality in order to share the concept of functions being "almost equal" with that of sets.
It would be desirable if we could resolve this diamond. See also Zulip thread
The text was updated successfully, but these errors were encountered:
We have a diamond of complete boolean algebras on sets:
Although
set
is a type synonym, parts of our library abuse this and rely on the definitional equality betweenset α
andα → Prop
. A notable example is our measure theory library which currently relies on this definitional equality in order to share the concept of functions being "almost equal" with that of sets.It would be desirable if we could resolve this diamond. See also Zulip thread
The text was updated successfully, but these errors were encountered: