-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
allPass and beNil can't work together #388
Comments
According to AllPassTest WAI |
Okay, then why? Expecting |
This is a bug. It was a limitation of an older implementation of Nimble that I think isn't a problem anymore. |
Hm, it's still a problem with the type hierarchy ATM. Perhaps a future release a Nimble will properly handle this situation. |
This is still happening in 2018. Looks like the problem here is that the type evaluated in
|
What did you do?
What did you expect to happen?
The expectation should pass
What actually happened instead?
It fails instead
Environment
Project that demonstrates the issue
Three line of code shown above will reproduce the issue
The text was updated successfully, but these errors were encountered: