-
Notifications
You must be signed in to change notification settings - Fork 167
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
Backend.C.FromCore.genFunDefSig: not a function #186
Comments
This seems to have something to do with the fact that |
I can no longer reproduce this in 3.1.1 and similar issues seem to have been fixed, so I'll close this. |
Reopening, since this happened again on current dev (e2bfb9c, v3.1.2). MWE:
results in the error:
It is possible to work around this bug by avoiding using
|
Yeah, I ran into this yesterday as well. I think it has something to do with the fact that in your match you are shadowing the function parameter |
I run into this a lot. This is due to shadowing issues. |
Given the following part of a Koka translation of Haskells
Data.List.sort
:Koka fails with
Koka v2.1.9
The text was updated successfully, but these errors were encountered: