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

syntax for function expressions #2976

Closed
vicuna opened this issue Oct 4, 2001 · 1 comment
Closed

syntax for function expressions #2976

vicuna opened this issue Oct 4, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 4, 2001

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

Bug description

Hi,

as far as I understand the grammar rules in the manual, the
expression

fun i as z -> 1

should be ok. But in 3.02 I get a syntax error for it. (The
workaround fun (i as z) -> 1 works.)

May I also suggest to put the email address for bug reporting
at a few more places. I couldn't find it on

Clicking on "Contact the Caml maintainers" yields the address
caml-light@pauillac.inria.fr, which is not mentioned in the
distribution.

Bye,

Hendrik

@vicuna
Copy link
Author

vicuna commented Nov 26, 2001

Comment author: administrator

The grammar in the manual is approximate and doesn't take precedences into
account.

@vicuna vicuna closed this as completed Nov 26, 2001
@vicuna vicuna added the bug label Mar 19, 2019
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