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

Is there a comprehensive list of the supported syntaxes (and which syntaxes are no longer supported) ? #96

Open
chetmurthy opened this issue Apr 26, 2024 · 0 comments

Comments

@chetmurthy
Copy link

Hi, I write and maintain a Camlp5-based work-alike for ppx_import (named pa_ppx.import), and I recently started to upgrade it for OCaml 5.2.0. I found that the old syntax

type position = [%import: Lexing.position]

no longer works, and that the new syntax is

type%import position =Lexing.position

So I thought I'd check if there were a comprehensive list of what the currently-supported syntax is ? I'd like to maintain compatibility with ppx_import, hence my question.

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

No branches or pull requests

1 participant