Skip to content
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

let ... in not shown in let a = ... structure (OCaml) #408

Closed
nahoj opened this issue May 3, 2023 · 1 comment
Closed

let ... in not shown in let a = ... structure (OCaml) #408

nahoj opened this issue May 3, 2023 · 1 comment

Comments

@nahoj
Copy link

nahoj commented May 3, 2023

plugin version: 0.111-2023.1

Description

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
  • test.ml
    • a
    • f
      • x
@giraud
Copy link
Owner

giraud commented May 5, 2023

Fixed in 0.112

@giraud giraud closed this as completed May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants