aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/tacinterp.ml
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-09 20:24:46 +0200
committerPierre Roux2020-09-11 22:20:28 +0200
commitd5eb564a1ae46409e90a2c6bd6af5b77aa37773e (patch)
tree01d09a9564b95d5af908590923ae2c2202b144f3 /plugins/ltac/tacinterp.ml
parent92bc869c2cec1ffb7e2d0bfcc6b64147718fbe87 (diff)
Adding a wit_natural standard argument.
Diffstat (limited to 'plugins/ltac/tacinterp.ml')
-rw-r--r--plugins/ltac/tacinterp.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ltac/tacinterp.ml b/plugins/ltac/tacinterp.ml
index 88480194c8..2258201c22 100644
--- a/plugins/ltac/tacinterp.ml
+++ b/plugins/ltac/tacinterp.ml
@@ -2028,6 +2028,9 @@ let () =
declare_uniform wit_int
let () =
+ declare_uniform wit_nat
+
+let () =
declare_uniform wit_bool
let () =