aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface')
-rw-r--r--contrib/interface/xlate.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml
index 85e750b201..3260796330 100644
--- a/contrib/interface/xlate.ml
+++ b/contrib/interface/xlate.ml
@@ -39,6 +39,9 @@ Hashtbl.add type_table "Coq.Init.Logic.and"
Hashtbl.add type_table "Coq.Init.Datatypes.prod"
[|[|"dummy";"pair"|]|];;
+Hashtbl.add type_table "Coq.Init.Datatypes.nat"
+ [|[|"";"O"; "S"|]|];;
+
Hashtbl.add type_table "Coq.Zarith.fast_integer.Z"
[|[|"";"ZERO";"POS";"NEG"|]|];;