diff --git a/compiler/lib/js_traverse.ml b/compiler/lib/js_traverse.ml index 211e80943f..0eb9c3b724 100644 --- a/compiler/lib/js_traverse.ml +++ b/compiler/lib/js_traverse.ml @@ -1486,7 +1486,7 @@ class compact_vardecl = method private var x = insert_ <- IdentSet.add x insert_ method fun_decl (k, params, body, nid) = - let m' = {<>} in + let m' = {} in let params = m'#formal_parameter_list params in let body = m'#function_body body in let body = m'#pack body in