aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/interface
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 13:46:36 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 13:46:36 +0000
commitdd7d938edee49c8bb593667ae20e534ca72e5a29 (patch)
tree0e4d9c32dccd6c4d0508adba029c1c325e33f8ef /contrib/interface
parent253db0c697b89451c92e7095c6127e828c5a8fe3 (diff)
ZArith --> Zarith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1627 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface')
-rw-r--r--contrib/interface/xlate.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml
index 355abd135..22a282a0f 100644
--- a/contrib/interface/xlate.ml
+++ b/contrib/interface/xlate.ml
@@ -45,7 +45,7 @@ Hashtbl.add type_table "Coq.Init.Datatypes.nat"
Hashtbl.add type_table "Coq.ZArith.fast_integer.Z"
[|[|"";"ZERO";"POS";"NEG"|]|];;
-Hashtbl.add type_table "Coq.Zarith.fast_integer.positive"
+Hashtbl.add type_table "Coq.ZArith.fast_integer.positive"
[|[|"";"xI";"xO";"XH"|]|];;
(*The following two codes are added to cope with the distinction