-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not able to compile in ReScript 11 #56
Comments
Can you share the bsconfig? Are you using uncurried mode? |
Sure,
|
And by the way, I cannot do this:
That causes this with pretty much every module:
|
At a guess, it sounds like you're not able to use uncurried mode, so let me make it reproducible. |
BTW, I tried to turn off the uncurried mode:
but I'm still getting:
|
I figured it out!
So the reason is that your code contains warning 4. |
Not for now, but definitely worth checking out. Thanks for letting me know. |
What I have:
Also, in bsconfig:
When I add your basic example to any module:
I get this error:
I have no idea what to do about this and how to make it work.
The text was updated successfully, but these errors were encountered: