We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a big deal, but the following code
let f o = match o with | (Some x, _) | (x, Some y) -> y | _ -> false
fails with
A.fst(6,21-6,22): (Error 230) Variable "y#6" not found
which is confusing if the match is a big one. Somewhat related to #1121.
The text was updated successfully, but these errors were encountered:
Fixed in #1404
Sorry, something went wrong.
mtzguido
No branches or pull requests
Not a big deal, but the following code
fails with
which is confusing if the match is a big one. Somewhat related to #1121.
The text was updated successfully, but these errors were encountered: