We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am missing a section that I could link to from melange.re where it explains how extension nodes are parsed and rendered in Reason.
https://v2.ocaml.org/manual/extensionnodes.html
In particular, the differences between extension nodes used with expressions:
let add = [%bs.raw "a + b"];
vs used with structures and signatures:
%bs.raw "var a = 1; var b = 2";
I guess this new section could also document attributes, as they are closely related to extensions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am missing a section that I could link to from melange.re where it explains how extension nodes are parsed and rendered in Reason.
https://v2.ocaml.org/manual/extensionnodes.html
In particular, the differences between extension nodes used with expressions:
vs used with structures and signatures:
I guess this new section could also document attributes, as they are closely related to extensions.
The text was updated successfully, but these errors were encountered: