aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-06 16:43:51 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-06 16:43:51 +0000
commit723c344d3e4cf7fdc2e4854ea7d55d140570424d (patch)
tree41ae18d8e43aa80007d361e83414d3b043f693ee /pretyping
parent826913ee19c25cfe445f574080524662bdba1597 (diff)
nouveau discharge fait par le noyau; plus de recettes dans les corps des constantes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@807 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/class.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/class.ml b/pretyping/class.ml
index 0ea8e3113..6dfb3ca0b 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 =