package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Abstract view of a version of an OCaml Ast

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