Module TypedtreeMap
module type MapArgument = sig
val enter_extension_constructor : Typedtree.extension_constructor -> Typedtree.extension_constructor
val enter_module_type_declaration : Typedtree.module_type_declaration -> Typedtree.module_type_declaration
val enter_class_type_declaration : Typedtree.class_type_declaration -> Typedtree.class_type_declaration
val leave_extension_constructor : Typedtree.extension_constructor -> Typedtree.extension_constructor
val leave_module_type_declaration : Typedtree.module_type_declaration -> Typedtree.module_type_declaration
val leave_class_type_declaration : Typedtree.class_type_declaration -> Typedtree.class_type_declaration
end
module DefaultMapArgument : MapArgument