Ppxlib_ast.Convertmodule A : sig ... endmodule B : sig ... endval copy_structure : A.Ast.Parsetree.structure -> B.Ast.Parsetree.structureval copy_signature : A.Ast.Parsetree.signature -> B.Ast.Parsetree.signatureval copy_toplevel_phrase :
A.Ast.Parsetree.toplevel_phrase ->
B.Ast.Parsetree.toplevel_phraseval copy_core_type : A.Ast.Parsetree.core_type -> B.Ast.Parsetree.core_typeval copy_expression : A.Ast.Parsetree.expression -> B.Ast.Parsetree.expressionval copy_pattern : A.Ast.Parsetree.pattern -> B.Ast.Parsetree.patternval copy_case : A.Ast.Parsetree.case -> B.Ast.Parsetree.caseval copy_type_declaration :
A.Ast.Parsetree.type_declaration ->
B.Ast.Parsetree.type_declarationval copy_type_extension :
A.Ast.Parsetree.type_extension ->
B.Ast.Parsetree.type_extensionval copy_extension_constructor :
A.Ast.Parsetree.extension_constructor ->
B.Ast.Parsetree.extension_constructor