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

cannot guess from doc if a binary function is infix or not #4708

Closed
vicuna opened this issue Feb 4, 2009 · 1 comment
Closed

cannot guess from doc if a binary function is infix or not #4708

vicuna opened this issue Feb 4, 2009 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Feb 4, 2009

Original bug ID: 4708
Reporter: guillaum
Status: closed (set by @damiendoligez on 2009-03-12T18:21:27Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.11.0
Fixed in version: 3.11.1+dev
Category: ocamldoc

Bug description

In the documentation of the Pervasives module (http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html), the types of the infix binary functions (like "lor") are

val lor : int -> int -> int

I guess that it should be:

val ( lor ) : int -> int -> int

@vicuna
Copy link
Author

vicuna commented Mar 12, 2009

Comment author: @damiendoligez

This is actually a bug in ocamldoc. It will be fixed in 3.11.1. The documentation won't be fixed before 3.12.0, but the only exceptions are the following:
or mod land lor lxor lsl lsr asr

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