File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type meta_info =
43
43
let mark_dead_code (js : J.program ) : J.program =
44
44
let ident_use_stats : meta_info Hash_ident. t
45
45
= Hash_ident. create 17 in
46
- let mark_dead = object (self )
46
+ let mark_dead : Js_fold.fold = object (self )
47
47
inherit Js_fold. fold
48
48
method! ident ident =
49
49
(match Hash_ident. find_opt ident_use_stats ident with
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ let count_collects
52
52
(* collect used status*)
53
53
(stats : int Hash_ident.t )
54
54
(* collect all def sites *)
55
- (defined_idents : J.variable_declaration Hash_ident.t )
55
+ (defined_idents : J.variable_declaration Hash_ident.t ) : Js_fold. fold
56
56
=
57
57
object (self )
58
58
inherit Js_fold. fold
Original file line number Diff line number Diff line change @@ -101948,7 +101948,7 @@ type meta_info =
101948
101948
let mark_dead_code (js : J.program) : J.program =
101949
101949
let ident_use_stats : meta_info Hash_ident.t
101950
101950
= Hash_ident.create 17 in
101951
- let mark_dead = object (self)
101951
+ let mark_dead : Js_fold.fold = object (self)
101952
101952
inherit Js_fold.fold
101953
101953
method! ident ident =
101954
101954
(match Hash_ident.find_opt ident_use_stats ident with
@@ -102625,7 +102625,7 @@ let count_collects
102625
102625
(* collect used status*)
102626
102626
(stats : int Hash_ident.t)
102627
102627
(* collect all def sites *)
102628
- (defined_idents : J.variable_declaration Hash_ident.t)
102628
+ (defined_idents : J.variable_declaration Hash_ident.t) : Js_fold.fold
102629
102629
=
102630
102630
object (self)
102631
102631
inherit Js_fold.fold
Original file line number Diff line number Diff line change @@ -101948,7 +101948,7 @@ type meta_info =
101948
101948
let mark_dead_code (js : J.program) : J.program =
101949
101949
let ident_use_stats : meta_info Hash_ident.t
101950
101950
= Hash_ident.create 17 in
101951
- let mark_dead = object (self)
101951
+ let mark_dead : Js_fold.fold = object (self)
101952
101952
inherit Js_fold.fold
101953
101953
method! ident ident =
101954
101954
(match Hash_ident.find_opt ident_use_stats ident with
@@ -102625,7 +102625,7 @@ let count_collects
102625
102625
(* collect used status*)
102626
102626
(stats : int Hash_ident.t)
102627
102627
(* collect all def sites *)
102628
- (defined_idents : J.variable_declaration Hash_ident.t)
102628
+ (defined_idents : J.variable_declaration Hash_ident.t) : Js_fold.fold
102629
102629
=
102630
102630
object (self)
102631
102631
inherit Js_fold.fold
Original file line number Diff line number Diff line change @@ -384430,7 +384430,7 @@ type meta_info =
384430
384430
let mark_dead_code (js : J.program) : J.program =
384431
384431
let ident_use_stats : meta_info Hash_ident.t
384432
384432
= Hash_ident.create 17 in
384433
- let mark_dead = object (self)
384433
+ let mark_dead : Js_fold.fold = object (self)
384434
384434
inherit Js_fold.fold
384435
384435
method! ident ident =
384436
384436
(match Hash_ident.find_opt ident_use_stats ident with
@@ -385107,7 +385107,7 @@ let count_collects
385107
385107
(* collect used status*)
385108
385108
(stats : int Hash_ident.t)
385109
385109
(* collect all def sites *)
385110
- (defined_idents : J.variable_declaration Hash_ident.t)
385110
+ (defined_idents : J.variable_declaration Hash_ident.t) : Js_fold.fold
385111
385111
=
385112
385112
object (self)
385113
385113
inherit Js_fold.fold
You can’t perform that action at this time.
0 commit comments