Skip to content

Conversation

@ablearthy
Copy link
Contributor

Related to #22.

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