diff options
| author | barras | 2004-01-02 20:28:44 +0000 |
|---|---|---|
| committer | barras | 2004-01-02 20:28:44 +0000 |
| commit | b96e45b1714c12daa1127e8bf14467eea07ebe17 (patch) | |
| tree | 8e5915dc3d72d498495e49a8bbbd7c066cb71026 /contrib/correctness | |
| parent | 0d3a3d5650cd374eed4272a0de1e3f926a8d3c40 (diff) | |
meilleure presentation des commentaires du traducteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5168 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/correctness')
| -rw-r--r-- | contrib/correctness/pcic.ml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/correctness/pcic.ml b/contrib/correctness/pcic.ml index db2617da33..77d516a136 100644 --- a/contrib/correctness/pcic.ml +++ b/contrib/correctness/pcic.ml @@ -56,11 +56,12 @@ let tuple_n n = (fun i -> let id = make_ident ("proj_" ^ string_of_int n ^ "_") (Some i) in let id' = make_ident "T" (Some i) in - (false, Vernacexpr.AssumExpr (id, mkIdentC id'))) + (false, Vernacexpr.AssumExpr ((dummy_loc,id), mkIdentC id'))) l1n in let cons = make_ident "Build_tuple_" (Some n) in - Record.definition_structure ((false, id), params, fields, cons, mk_Set) + Record.definition_structure + ((false, (dummy_loc,id)), params, fields, cons, mk_Set) (*s [(sig_n n)] generates the inductive \begin{verbatim} |
