diff options
| author | Hugo Herbelin | 2020-09-09 20:24:46 +0200 |
|---|---|---|
| committer | Pierre Roux | 2020-09-11 22:20:28 +0200 |
| commit | d5eb564a1ae46409e90a2c6bd6af5b77aa37773e (patch) | |
| tree | 01d09a9564b95d5af908590923ae2c2202b144f3 /parsing | |
| parent | 92bc869c2cec1ffb7e2d0bfcc6b64147718fbe87 (diff) | |
Adding a wit_natural standard argument.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/pcoq.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pcoq.ml b/parsing/pcoq.ml index b9853029a0..0d74ad928c 100644 --- a/parsing/pcoq.ml +++ b/parsing/pcoq.ml @@ -500,6 +500,7 @@ let with_grammar_rule_protection f x = let () = let open Stdarg in + Grammar.register0 wit_nat (Prim.natural); Grammar.register0 wit_int (Prim.integer); Grammar.register0 wit_string (Prim.string); Grammar.register0 wit_pre_ident (Prim.preident); |
