aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/interface
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 13:07:42 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 13:07:42 +0000
commitcb9061d894d516e4607a9237813402d929384b26 (patch)
tree13137c2d2587c29483dbee0035ae1eab20f6342b /contrib/interface
parent97271bd7c99f2a6de4b022af420f7a6050803492 (diff)
remplace Zarith par ZArith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1625 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 0d15dc58e..355abd135 100644
--- a/contrib/interface/xlate.ml
+++ b/contrib/interface/xlate.ml
@@ -42,7 +42,7 @@ Hashtbl.add type_table "Coq.Init.Datatypes.prod"
Hashtbl.add type_table "Coq.Init.Datatypes.nat"
[|[|"";"O"; "S"|]|];;
-Hashtbl.add type_table "Coq.Zarith.fast_integer.Z"
+Hashtbl.add type_table "Coq.ZArith.fast_integer.Z"
[|[|"";"ZERO";"POS";"NEG"|]|];;
Hashtbl.add type_table "Coq.Zarith.fast_integer.positive"