ocaml-flambda / flambda-backend

The Flambda backend project for OCaml
92 stars 65 forks source link

Move the curry attribute name into the `Jane_syntax` module #2738

Closed ncik-roberts closed 1 week ago

ncik-roberts commented 1 week ago

Move extension.curry into Jane_syntax so we can import it into Ppxlib_jane and use it for ppx generation of parenthesized functions. See the code comment inJane_syntax.mli for an example. By request of @carl-eastlund.