From bf578ad5e2f63b7a36aeaef5e0597101db1bd24a Mon Sep 17 00:00:00 2001 From: gregoire Date: Fri, 2 Dec 2005 10:01:15 +0000 Subject: Changement des named_context Ajout de cast indiquant au kernel la strategie a suivre Resolution du bug sur les coinductifs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7639 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/mod_typing.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/mod_typing.ml') diff --git a/kernel/mod_typing.ml b/kernel/mod_typing.ml index bb3027aa8b..efbee6af2b 100644 --- a/kernel/mod_typing.ml +++ b/kernel/mod_typing.ml @@ -97,7 +97,7 @@ and merge_with env mtb with_decl = SPBconst {cb with const_body = body; const_body_code = Cemitcodes.from_val - (Cbytegen.compile_constant_body env' body false false); + (compile_constant_body env' body false false); const_constraints = cst} | Some b -> let cst1 = Reduction.conv env' c (Declarations.force b) in @@ -106,7 +106,7 @@ and merge_with env mtb with_decl = SPBconst {cb with const_body = body; const_body_code = Cemitcodes.from_val - (Cbytegen.compile_constant_body env' body false false); + (compile_constant_body env' body false false); const_constraints = cst} end (* and what about msid's ????? Don't they clash ? *) -- cgit v1.2.3