We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a30fa2 commit b28ab11Copy full SHA for b28ab11
compiler/ml/ast_mapper_to0.ml
@@ -468,8 +468,7 @@ let default_mapper =
468
~mut:pld_mutable
469
~loc:(this.location this pld_loc)
470
~attrs:
471
- (Parsetree0.add_optional_attr ~optional:pld_optional
472
- (this.attributes this pld_attributes)));
+ (Parsetree0.add_optional_attr ~optional:pld_optional (this.attributes this pld_attributes)));
473
cases = (fun this l -> List.map (this.case this) l);
474
case =
475
(fun this {pc_lhs; pc_guard; pc_rhs} ->
0 commit comments