diff options
| author | Hugo Herbelin | 2020-01-31 01:04:07 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-03-22 15:02:43 +0100 |
| commit | 2a31e23df8ff0ab67a09008858fa49e77e5f4332 (patch) | |
| tree | 30e6e02d0740a87f7d9325cce87266d329990baa /parsing/pcoq.ml | |
| parent | 7ba059507b67b1f6ea3566a5d1dee40f6af78316 (diff) | |
Adding bignat to parse positive numbers; bigint now includes negative ints.
Warning: in notations, the name "bigint" actually meant "bignat". A
clarification will eventually be needed.
Diffstat (limited to 'parsing/pcoq.ml')
| -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 fe2412fcd7..fccd096d11 100644 --- a/parsing/pcoq.ml +++ b/parsing/pcoq.ml @@ -462,6 +462,7 @@ module Prim = let ident = gec_gen "ident" let natural = gec_gen "natural" let integer = gec_gen "integer" + let bignat = Entry.create "Prim.bignat" let bigint = Entry.create "Prim.bigint" let string = gec_gen "string" let lstring = Entry.create "Prim.lstring" |
