-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mathcomp 2.x #29
base: trunk
Are you sure you want to change the base?
Mathcomp 2.x #29
Conversation
8546ec5
to
e277222
Compare
e277222
to
d272f37
Compare
@@ -741,7 +742,7 @@ Admitted. | |||
End Exercises. | |||
|
|||
Section Optimization. | |||
Context {disp : unit} {T : orderType disp}. |
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.
In mathcomp 2.2 disp : unit
works, but not in 2.3.
Conversely, disp : Order.disp_t
works in 2.3, not not in 2.2.
So I dropped support for 2.2
Canonical ivl_latticeType := | ||
Eval hnf in LatticeType ivl ivl_totalPOrderMixin. | ||
Canonical ivl_distrLatticeType := | ||
Eval hnf in DistrLatticeType ivl ivl_totalPOrderMixin. | ||
Canonical ivl_orderType := | ||
Eval hnf in OrderType ivl ivl_totalPOrderMixin. |
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.
I have no idea how to instantiate these, but it works without them. Maybe instances are used for exercises?
Related to #22.