diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/classops.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/classops.ml b/pretyping/classops.ml index cc664f9b54..87740d618e 100644 --- a/pretyping/classops.ml +++ b/pretyping/classops.ml @@ -324,7 +324,7 @@ let add_coercion_in_graph (ic,source,target) = old_inheritance_graph end; if (!ambig_paths <> []) && is_verbose () then - ppnl (message_ambig !ambig_paths) + msg_warning (message_ambig !ambig_paths) type coercion = coe_typ * locality * bool * cl_typ * cl_typ * int |
