enlèvement trace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4580 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
2f8e47d24f
commit
7e3504e7c4
|
@ -811,7 +811,6 @@ module Analyser =
|
|||
Typedtree.Tclass_fun (pat, ident_exp_list, tt_class_expr2, partial)) ->
|
||||
(* we check that this is not an optional parameter with
|
||||
a default value. In this case, we look for the good parameter pattern *)
|
||||
prerr_endline ("label="^label);
|
||||
let (parameter, next_tt_class_exp) =
|
||||
match pat.Typedtree.pat_desc with
|
||||
Typedtree.Tpat_var ident when Name.from_ident ident = "*opt*" ->
|
||||
|
|
Loading…
Reference in New Issue