package ocaml-migrate-parsetree

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-migrate-parsetree-v1.5.0.tbz
sha256=7f56679c9561552762666de5b6b81c8e4cc2e9fd92272e2269878a2eb534e3c0
sha512=87fdccafae83b0437f1ccd4f3cfbc49e699bc0804596480e0df88510ba33410f31d48c7f677fe72800ed3f442a3a586d82d86aee1d12a964f79892833847b16a

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

Module Ast_406

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

Auxiliary AST types used by parsetree and typedtree.

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.