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

defining infix "or" #5617

Closed
vicuna opened this issue May 17, 2012 · 1 comment
Closed

defining infix "or" #5617

vicuna opened this issue May 17, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented May 17, 2012

Original bug ID: 5617
Reporter: cfalls
Status: closed (set by @gasche on 2012-05-17T20:27:44Z)
Resolution: fixed
Priority: low
Severity: minor
Version: 3.12.1
Fixed in version: 4.00.0+dev
Category: -for Camlp4 use https://github.com/ocaml/camlp4/issues
Duplicate of: #5495

Bug description

When using camlp4, I can't redefine infix "or", but I can when not using camlp4.

Steps to reproduce

rlwrap ocaml-latest
Camlp4 Parsing version 3.12.1+jane2+omake-fix

    Objective Caml version 3.12.1+jane2+omake-fix

let ( or ) = 3;;

Error: Parse error: ")" or [patt] expected after "(" (in [patt])

@vicuna
Copy link
Author

vicuna commented May 17, 2012

Comment author: @gasche

Thanks for the bug report; happily, this issue was already reported and should be fixed in trunk.

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