We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Consider the following snippet:
let _ = ("a" :> int)
In [email protected], trying to compile this piece of code will result in the following error:
[email protected]
Type string is not a subtype of int
However, in [email protected], the compiler will exit with a Not_found exception, not showing the real error message.
Not_found
v10.1.2: https://rescript-lang.org/try?version=v10.1.2&code=DYUwLgBA+hC8EAoBEBDJEBcA+CBLAdmAJQBQQA v11.0.0: https://rescript-lang.org/try?version=v11.0.0&code=DYUwLgBA+hC8EAoBEBDJEBcA+CBLAdmAJQBQQA
The text was updated successfully, but these errors were encountered:
Closed in #6574
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Consider the following snippet:
In
[email protected]
, trying to compile this piece of code will result in the following error:However, in
[email protected]
, the compiler will exit with aNot_found
exception, not showing the real error message.Repro:
v10.1.2: https://rescript-lang.org/try?version=v10.1.2&code=DYUwLgBA+hC8EAoBEBDJEBcA+CBLAdmAJQBQQA
v11.0.0: https://rescript-lang.org/try?version=v11.0.0&code=DYUwLgBA+hC8EAoBEBDJEBcA+CBLAdmAJQBQQA
The text was updated successfully, but these errors were encountered: