Reason_migrate_parsetree.Ast_407module Asttypes : sig ... endAuxiliary AST types used by parsetree and typedtree.
module Parsetree : sig ... endAbstract syntax tree produced by parsing
module Docstrings : sig ... endmodule Ast_helper : sig ... endHelpers to produce Parsetree fragments
module Ast_mapper : sig ... endThe interface of a -ppx rewriter
module Outcometree : sig ... endmodule Config : sig ... endval map_signature :
Ast_mapper.mapper ->
Parsetree.signature ->
Parsetree.signatureval map_structure :
Ast_mapper.mapper ->
Parsetree.structure ->
Parsetree.structureval shallow_identity : Ast_mapper.mapperval failing_mapper : Ast_mapper.mapperval make_top_mapper :
signature:(Parsetree.signature -> Parsetree.signature) ->
structure:(Parsetree.structure -> Parsetree.structure) ->
Ast_mapper.mapper