-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Equivalence cleanups #2124
Equivalence cleanups #2124
Conversation
#[local] | ||
Hint Immediate isequiv_contr_map : typeclass_instances. | ||
(** As usual, we can't make both of these [Instances]. *) | ||
#[export] Hint Immediate isequiv_contr_map : typeclass_instances. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was already a global export, but it was done after the section was closed, so there is no change here.
lhs_V nrapply transport_paths_l. | ||
lhs_V nrapply transport_compose. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the only changes to the proofs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, free to merge after one suggestion
Co-authored-by: Ali Caglayan <[email protected]>
@Alizter Thanks. I also updated one comment in Types/Sigma.v |
Mainly changes Types/Equiv.v:
In Equiv/BiInv.v, I just reduced the imports.