-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sort.sortOf returns the wrong type #16
Comments
One more variant of this:
Here |
This can be fixed, but requires some reorganization of the theory of rationals; I won't have time for doing anything about this problem right away. |
Thanks for the updates! We do have a workaround for the issue, so this isn't too pressing. When you have time, could you maybe release a new version (to Maven) of Princess and Ostrich with the latest bug fixes? |
That's an excellent idea ;-)
I have just released versions 2024-11-08 (Princess) and 1.4.1 (Ostrich)!
|
This should all be working now: |
Yes, it's working now. Thanks for your help! |
The old code was a workaround for a bug in Princess that has since been fixed: uuverifiers/princess#16
Hello,
it seems that
Sort.sortOf
sometimes returnsInteger
, even when the term should have typeRational
. Here are a few examples I've found:There might be other instances like
div
that just didn't show up in our tests.Is this something that could be fixed?
The text was updated successfully, but these errors were encountered: