-
Notifications
You must be signed in to change notification settings - Fork 15
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
Using intermediate type variables prevents deducing (1 <= 2^n) #65
Comments
@lmbollen I will take a look at this tonight. Probably somewhere a substitution is missing. |
martijnbastiaan
pushed a commit
that referenced
this issue
Nov 11, 2022
Partially fixes, mr. GitHub :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using an intermediate type variable in your function and binding it to
2^n
prevents the deduction that it is greater or equal to 1.This reproducer:
produces the following error:
The text was updated successfully, but these errors were encountered: