-
Notifications
You must be signed in to change notification settings - Fork 126
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
width not working correctly #549
Comments
You don't need to use such a big number to get a similar result:
I think the real reason for the confusion here is that we screwed up by giving the type-level The type-level So why does
When you type |
We do some model shrinking to try and find "smaller" examples, but what exactly constitutes smaller is not very obvious. The behavior might also differ based on the solver you are using. For example, I get slightly different behavior then both of you:
So I think it would be good to see if we can come up with some more consistent behavior. |
I went ahead and renamed the value-level |
Is there anything left that we need to do for this ticket? Are there any more tweaks to the defaulting that we want to do, or should we close? |
|
It is now called `length` and has a generalized type. Cf. #549.
width
does not seem to work correctly.The text was updated successfully, but these errors were encountered: