OCaml Migrate Parsetree (omp) is a library handling the evolution of the Parsetree data types as the OCaml compiler evolves. This is crucial as ppx-es rely on knowing what the shape of parsetree is that they operate on.
OCaml Migrate Parsetree (omp) is a library handling the evolution of the Parsetree data types as the OCaml compiler evolves. This is crucial as ppx-es rely on knowing what the shape of parsetree is that they operate on.