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

associativity of (&) (&&) and (||) #4600

Closed
vicuna opened this issue Aug 17, 2008 · 0 comments
Closed

associativity of (&) (&&) and (||) #4600

vicuna opened this issue Aug 17, 2008 · 0 comments

Comments

@vicuna
Copy link

vicuna commented Aug 17, 2008

Original bug ID: 4600
Reporter: warren
Status: closed (set by @damiendoligez on 2008-09-04T13:35:27Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.10.2
Fixed in version: 3.11+dev
Category: documentation

Bug description

When attempting to redefine the (&) operator in my module I discovered that it is right-associative although the manual says it is left-associative. Same goes for (&&) and (||). The manual should probably be corrected. (http://caml.inria.fr/pub/docs/manual-ocaml/expr.html#htoc70)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant