package ocaml-migrate-parsetree

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-migrate-parsetree-v1.7.1.tbz
sha256=41a37f1ad93ffa1e40e5c91002e6840cf9b6c37385da1c9db833014e8d6103b8
sha512=05998114f8caeb0dc1af8bc2b76f80a2b4cba25597088fff01a6643d40c3a49e55b1e2f369fe8959a72c79417ac1438ab06db7bb8cd377a55612b4ab68083576

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

Module Ast_407

  • deprecated Access modules via the Migrate_parsetree toplevel module. Use Migrate_parsetree.Ast_407 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.