-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unnecessary assumption in sorted_take #40
Comments
Indeed, this lemma should be removed as it is now in MC https://github.com/math-comp/math-comp/blob/14097e37cb3b0590ef5d91809acf4fed0fb22f1a/mathcomp/ssreflect/path.v#L369 |
I do not understand. |
thks, I did not pay enough attention. |
I'd rather keep this open to remember to do the change once MC 1.13 is out. |
Hello,
in CoqEAL0.1,
sorted_take
(from ssrcomplements.v) had no transitivity assumption. In CoqEAL1.0.5, such an assumption exists. It may turn out be a problem one day.The text was updated successfully, but these errors were encountered: