Skip to content

clean up the confusing error message over uncurry label #4638

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

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Conversation

bobzhang
Copy link
Member

The ocaml syntax tree is very liberal, so that people could write this

let fn x =
  ((##) x ~hi)  ~lo:1 ~hi:2

ideally, people should write x##hi ~lo:1 ~hi:2

The ocaml syntax tree is very liberal, so that people could write this
```ocaml
let fn x =
  ((##) x ~hi)  ~lo:1 ~hi:2
```
ideally, people should write `x##hi ~lo:1 ~hi:2`
@bobzhang
Copy link
Member Author

cc @chenglou

@bobzhang bobzhang merged commit e32ed70 into master Aug 24, 2020
@chenglou chenglou deleted the clean_up branch September 18, 2020 15:29
@bobzhang bobzhang mentioned this pull request Sep 22, 2020
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

Successfully merging this pull request may close these issues.

1 participant