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

No parentheses around word-like operators? #1253

Open
yawaramin opened this issue Nov 26, 2024 · 1 comment · May be fixed by #1268
Open

No parentheses around word-like operators? #1253

yawaramin opened this issue Nov 26, 2024 · 1 comment · May be fixed by #1268

Comments

@yawaramin
Copy link
Contributor

Odoc generated HTML output seems to be not parenthesizing operators which have word-like characters inside them. Eg https://ocaml.org/p/lwt/latest/doc/Lwt_result/Syntax/index.html

This is formatted as:

val let* : ('a, 'e) t -> ('a, ('b, 'e) t) -> ('b, 'e) t

Shouldn't it be:

val ( let* ) : ('a, 'e) t -> ('a, ('b, 'e) t) -> ('b, 'e) t

?

@yawaramin yawaramin changed the title No parentheses around word-like oeprators? No parentheses around word-like operators? Dec 13, 2024
@Julow Julow linked a pull request Dec 20, 2024 that will close this issue
@Julow
Copy link
Collaborator

Julow commented Dec 20, 2024

Thanks, should be fixed in #1268

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 a pull request may close this issue.

2 participants