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
let ... in
let a = ...
plugin version: 0.111-2023.1
A let ... in doesn't appear in a value declaration, whereas it does in a function declaration.
let a = let x = 0 in x let f () = let x = 0 in x
The text was updated successfully, but these errors were encountered:
let ... in not shown in let a = ... structure (OCaml) #408
881634a
d955768
Fixed in 0.112
Sorry, something went wrong.
No branches or pull requests
plugin version: 0.111-2023.1
Description
A
let ... in
doesn't appear in a value declaration, whereas it does in a function declaration.The text was updated successfully, but these errors were encountered: