-
Notifications
You must be signed in to change notification settings - Fork 429
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
keep let not = ...
#2197
keep let not = ...
#2197
Conversation
This now also fixes #2134 because OCaml versions prior to 4.06 (maybe 4.05?) can't parse As such, we remove (only the) literal attributes before printing to either OCaml binary or to OCaml. |
I think this is ready for a final look now. |
49b9561
to
0e800fd
Compare
let not = ...
and other OCaml <-> Reason swappable attributeslet not = ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, approved
fixes #2169