-
Notifications
You must be signed in to change notification settings - Fork 139
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
Strange behaviour with reflected primitives #2471
Comments
My guess is that this is caused by the new logical aliases thing. |
With commit |
I cannot reproduce this. Maybe it is worth adding the test to the testsuite. |
Also Alex is having some issue in reproducing the issue The steps are clone liquid Haskell
|
Yes, I also can't reproduce it either by running it as a standalone file or as a mini-project. |
Ok, after running The error also goes away if you add |
It does reproduce for me on 791567f this way however as well, so it looks unrelated to the aliases PR. |
Ok its not a regression and just a bug |
Yes, the bug seems to manifest itself as far back as a5acdd3, so I'm inclined to think it's more or less always been there. |
I guess it's related to this
|
This code passes verification:
But if the function note is commented out we get the following error:
I'm pretty sure this is a regression as before it was working
The text was updated successfully, but these errors were encountered: