diff options
Diffstat (limited to 'pretyping/class.ml')
| -rw-r--r-- | pretyping/class.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/class.ml b/pretyping/class.ml index 0ea8e3113a..6dfb3ca0b9 100644 --- a/pretyping/class.ml +++ b/pretyping/class.ml @@ -259,8 +259,8 @@ let build_id_coercion idf_opt ids = (string_of_cl (fst (constructor_at_head t)))) in let constr_entry = - { const_entry_body = Cooked constr_f; const_entry_type = None } in - declare_constant idf (constr_entry,NeverDischarge); + { const_entry_body = constr_f; const_entry_type = None } in + declare_constant idf (ConstantEntry constr_entry,NeverDischarge); idf let add_new_coercion_in_graph1 (coef,v,stre,isid,cls,clt) idf ps = |
