diff options
| author | herbelin | 2003-11-14 14:33:07 +0000 |
|---|---|---|
| committer | herbelin | 2003-11-14 14:33:07 +0000 |
| commit | 0c5a0db8b7f2fed4be3815c52e7e0233628f5327 (patch) | |
| tree | dc4511c3594449a846611090c21cbf1b57232eac | |
| parent | a78317340764034355e144947b87ba7015a8769d (diff) | |
Correction chemin de Z
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4904 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | contrib/correctness/ptactic.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/correctness/ptactic.ml b/contrib/correctness/ptactic.ml index 49430e834f..29a3f52f1e 100644 --- a/contrib/correctness/ptactic.ml +++ b/contrib/correctness/ptactic.ml @@ -101,7 +101,7 @@ open Nametab let nat = IndRef (coq_constant ["Init";"Datatypes"] "nat", 0) let lt = ConstRef (coq_constant ["Init";"Peano"] "lt") let well_founded = ConstRef (coq_constant ["Init";"Wf"] "well_founded") -let z = IndRef (coq_constant ["ZArith";"fast_integer"] "Z", 0) +let z = IndRef (coq_constant ["ZArith";"BinInt"] "Z", 0) let and_ = IndRef (coq_constant ["Init";"Logic"] "and", 0) let eq = IndRef (coq_constant ["Init";"Logic"] "eq", 0) |
