aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorPierre Roux2018-10-20 15:10:54 +0200
committerPierre Roux2019-04-02 00:02:16 +0200
commit4dc3d04d0812005f221e88744c587de8ef0f38ee (patch)
tree3d66f0198cc168403ec27fd04ac310a0b5c56b1d /parsing
parenta95aacce6cc32726b494d4cc694da49eae86cf96 (diff)
Rename raw_natural_number to raw_numeral
In anticipation of an extension from natural numbers to other numeral constants.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/pcoq.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pcoq.mli b/parsing/pcoq.mli
index e361f0d00f..b733ff46d4 100644
--- a/parsing/pcoq.mli
+++ b/parsing/pcoq.mli
@@ -157,7 +157,7 @@ module Prim :
val pattern_identref : lident Entry.t
val base_ident : Id.t Entry.t
val natural : int Entry.t
- val bigint : Constrexpr.raw_natural_number Entry.t
+ val bigint : Constrexpr.raw_numeral Entry.t
val integer : int Entry.t
val string : string Entry.t
val lstring : lstring Entry.t