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

Support module%ppx syntax #2478

Closed
baransu opened this issue Oct 28, 2019 · 0 comments · Fixed by #2771
Closed

Support module%ppx syntax #2478

baransu opened this issue Oct 28, 2019 · 0 comments · Fixed by #2771

Comments

@baransu
Copy link

baransu commented Oct 28, 2019

@anmonteiro Issue as a follow up to discussion on Reason Discord.

Similar to let%ppx syntax Reason could support module%ppx syntax. Currently, it's possible via:

%ppx
module A = {}

but having module%ppx would match OCaml syntax making a lot of examples easier to read.

Example library using such syntax: https://github.com/andrenth/sequoia#the-syntax-extension

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

Successfully merging a pull request may close this issue.

1 participant