-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
"the type of this value must be known in this context" is fatal #2429
Comments
The "the type of this value must be known in this context" error comes from the In particular, this means that in code like
we'd instead get
A similar thing happens in |
At the very least it should bail out of the current function and go on to typecheck other functions. |
This should be fixed by my work on derived errors. Report any further duplicate errors as a new bug. |
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
It shouldn't be.
The text was updated successfully, but these errors were encountered: