aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/correctness/pmisc.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-30 14:26:00 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-30 14:26:00 +0000
commit5ec87d46f9392c6d569bbfe61060f0c548de0177 (patch)
treeee43ca500c543884c0d446305ebf3599a4c8e53d /contrib/correctness/pmisc.ml
parentce3352c66c2a92d47773d7e1310e55372ddd7a68 (diff)
traduction des noms de correctness
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4743 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/correctness/pmisc.ml')
-rw-r--r--contrib/correctness/pmisc.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/correctness/pmisc.ml b/contrib/correctness/pmisc.ml
index ca7cee2e2..ba96b98b7 100644
--- a/contrib/correctness/pmisc.ml
+++ b/contrib/correctness/pmisc.ml
@@ -110,7 +110,7 @@ let reset_names,pre_name,post_name,inv_name,
(fun () -> next "for" forr Anonymous),
(fun () -> string_of_id (next "Label" label Anonymous))
-let default = id_of_string "_"
+let default = id_of_string "x_"
let id_of_name = function Name id -> id | Anonymous -> default
@@ -169,7 +169,7 @@ let coq_true = mkConstruct ((bool_sp,0),1)
let coq_false = mkConstruct ((bool_sp,0),2)
let constant s =
- let id = id_of_string s in
+ let id = Constrextern.id_of_v7_string s in
Termops.global_reference id
let connective_and = id_of_string "prog_bool_and"