Skip to content
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

Open
wants to merge 15 commits into
base: trunk
Choose a base branch
from
Open

Mathcomp 2.x #29

wants to merge 15 commits into from

Conversation

ablearthy
Copy link
Contributor

Related to #22.

@@ -741,7 +742,7 @@ Admitted.
End Exercises.

Section Optimization.
Context {disp : unit} {T : orderType disp}.
Copy link
Contributor Author

@ablearthy ablearthy Jan 5, 2025

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

Comment on lines -770 to -775
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.
Copy link
Contributor Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant