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

Grammar typo: use label_name, not ident, for label in typexpr #8038

Closed
vicuna opened this issue Feb 27, 2003 · 1 comment
Closed

Grammar typo: use label_name, not ident, for label in typexpr #8038

vicuna opened this issue Feb 27, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 27, 2003

Original bug ID: 1567
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

In the grammar for typexpr at

http://caml.inria.fr/ocaml/htmlman/manual012.html

the fourth production says that a typexpr can be

[[?] ident:] typexpr -> typexpr

I think this should read

[[?] label-name:] typexpr -> typexpr

--
Tim Freeman
tim@fungible.com
GPG public key fingerprint ECDF 46F8 3B80 BB9E 575D 7180 76DF FE00 34B1 5C78

@vicuna
Copy link
Author

vicuna commented Feb 28, 2003

Comment author: administrator

cf. #8039

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

No branches or pull requests

1 participant