aboutsummaryrefslogtreecommitdiff
path: root/parsing/pcoq.mli
diff options
context:
space:
mode:
authorHugo Herbelin2020-01-31 01:04:07 +0100
committerHugo Herbelin2020-03-22 15:02:43 +0100
commit2a31e23df8ff0ab67a09008858fa49e77e5f4332 (patch)
tree30e6e02d0740a87f7d9325cce87266d329990baa /parsing/pcoq.mli
parent7ba059507b67b1f6ea3566a5d1dee40f6af78316 (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.mli')
-rw-r--r--parsing/pcoq.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pcoq.mli b/parsing/pcoq.mli
index cd97ea20fa..87c7f168ce 100644
--- a/parsing/pcoq.mli
+++ b/parsing/pcoq.mli
@@ -171,6 +171,7 @@ module Prim :
val pattern_ident : Id.t Entry.t
val pattern_identref : lident Entry.t
val base_ident : Id.t Entry.t
+ val bignat : string Entry.t
val natural : int Entry.t
val bigint : string Entry.t
val integer : int Entry.t