File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ and no_side_effect (x : J.expression) =
130
130
131
131
let no_side_effect_expression (x : J.expression ) = no_side_effect x
132
132
133
- let no_side_effect init =
133
+ let no_side_effect clean =
134
134
object (self )
135
135
inherit Js_fold. fold as super
136
- val no_side_effect = init
136
+ val no_side_effect = clean
137
137
method get_no_side_effect = no_side_effect
138
138
139
139
method! statement s =
Original file line number Diff line number Diff line change @@ -87169,10 +87169,10 @@ and no_side_effect (x : J.expression) =
87169
87169
87170
87170
let no_side_effect_expression (x : J.expression) = no_side_effect x
87171
87171
87172
- let no_side_effect init =
87172
+ let no_side_effect clean =
87173
87173
object (self)
87174
87174
inherit Js_fold.fold as super
87175
- val no_side_effect = init
87175
+ val no_side_effect = clean
87176
87176
method get_no_side_effect = no_side_effect
87177
87177
87178
87178
method! statement s =
Original file line number Diff line number Diff line change @@ -377036,10 +377036,10 @@ and no_side_effect (x : J.expression) =
377036
377036
377037
377037
let no_side_effect_expression (x : J.expression) = no_side_effect x
377038
377038
377039
- let no_side_effect init =
377039
+ let no_side_effect clean =
377040
377040
object (self)
377041
377041
inherit Js_fold.fold as super
377042
- val no_side_effect = init
377042
+ val no_side_effect = clean
377043
377043
method get_no_side_effect = no_side_effect
377044
377044
377045
377045
method! statement s =
You can’t perform that action at this time.
0 commit comments