package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Convert OCaml parsetrees between different versions

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-migrate-parsetree-v1.3.1.tbz
sha256=83e4955a6fd6b494646ab92c476840ea96b5fb434435c287e7ad3e6efadc8338
sha512=7da86f9596dd1439990a6f087fdeba64a0f3ce2634473be4cca92ecc02b6fcd97917956890fbe35b3cba5a126d007afec6ede1e4afd0a5218c89fd6079ad4182

doc/ocaml-migrate-parsetree/Ast_402/index.html

Module Ast_402

  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Ast_402 instead.
module Location = Location
module Longident = Longident
module Asttypes : sig ... end
module Parsetree : sig ... end

Abstract syntax tree produced by parsing

module Docstrings : sig ... end
module Ast_helper : sig ... end

Helpers to produce Parsetree fragments

module Ast_mapper : sig ... end

The interface of a -ppx rewriter

module Outcometree : sig ... end
module Config : sig ... end
val shallow_identity : Ast_mapper.mapper
val failing_mapper : Ast_mapper.mapper
val make_top_mapper : signature:(Parsetree.signature -> Parsetree.signature) -> structure:(Parsetree.structure -> Parsetree.structure) -> Ast_mapper.mapper
OCaml

Innovation. Community. Security.