You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, I write and maintain a Camlp5-based work-alike for
ppx_import
(namedpa_ppx.import
), and I recently started to upgrade it for OCaml 5.2.0. I found that the old syntaxno longer works, and that the new syntax is
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.The text was updated successfully, but these errors were encountered: