@@ -33,7 +33,6 @@ module type MapArgument = sig
33
33
val enter_module_expr : module_expr -> module_expr
34
34
val enter_with_constraint : with_constraint -> with_constraint
35
35
36
- val enter_class_type : class_type -> class_type
37
36
val enter_core_type : core_type -> core_type
38
37
val enter_structure_item : structure_item -> structure_item
39
38
@@ -54,7 +53,6 @@ module type MapArgument = sig
54
53
val leave_module_expr : module_expr -> module_expr
55
54
val leave_with_constraint : with_constraint -> with_constraint
56
55
57
- val leave_class_type : class_type -> class_type
58
56
val leave_core_type : core_type -> core_type
59
57
val leave_structure_item : structure_item -> structure_item
60
58
@@ -536,7 +534,6 @@ module DefaultMapArgument = struct
536
534
let enter_module_expr t = t
537
535
let enter_with_constraint t = t
538
536
539
- let enter_class_type t = t
540
537
let enter_core_type t = t
541
538
let enter_structure_item t = t
542
539
@@ -556,7 +553,6 @@ module DefaultMapArgument = struct
556
553
let leave_module_expr t = t
557
554
let leave_with_constraint t = t
558
555
559
- let leave_class_type t = t
560
556
let leave_core_type t = t
561
557
let leave_structure_item t = t
562
558
0 commit comments