diff options
| author | herbelin | 2003-10-30 14:26:00 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-30 14:26:00 +0000 |
| commit | 5ec87d46f9392c6d569bbfe61060f0c548de0177 (patch) | |
| tree | ee43ca500c543884c0d446305ebf3599a4c8e53d /contrib/correctness/psyntax.ml4 | |
| parent | ce3352c66c2a92d47773d7e1310e55372ddd7a68 (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/psyntax.ml4')
| -rw-r--r-- | contrib/correctness/psyntax.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/correctness/psyntax.ml4 b/contrib/correctness/psyntax.ml4 index eab548215f..221445b58d 100644 --- a/contrib/correctness/psyntax.ml4 +++ b/contrib/correctness/psyntax.ml4 @@ -103,7 +103,7 @@ open Util open Coqast let mk_id loc id = mkRefC (Ident (loc, id)) -let mk_ref loc s = mk_id loc (id_of_string s) +let mk_ref loc s = mk_id loc (Constrextern.id_of_v7_string s) let mk_appl loc1 loc2 f args = CApp (join_loc loc1 loc2, (None,mk_ref loc1 f), List.map (fun a -> a,None) args) |
