-
Notifications
You must be signed in to change notification settings - Fork 26
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
Maybe type inference for return types is not working. #357
Comments
It is annoying. Just add a type annotation on |
@supercooldave Solves it. |
@TheGrandmother this is a great candidate for fixing next week during hackathon. |
@TobiasWrigstad Sure! Then i would get to learn how the parser and type checker work :) |
Dave tells me this might require some new infrastructure so maybe I was mistaken. In any case, talk it over with Elias. |
@EliasC Do the "simple fix". Also @TheGrandmother and @kikofernandez wants to join when you do. |
Type inference for
Maybe
types doesn't work properly.If I have:
I get the type error:
This is quite annoying.
The text was updated successfully, but these errors were encountered: