aboutsummaryrefslogtreecommitdiff
path: root/interp/constrexpr.ml
diff options
context:
space:
mode:
authorPierre Roux2018-10-20 15:10:54 +0200
committerPierre Roux2019-04-02 00:02:16 +0200
commit4dc3d04d0812005f221e88744c587de8ef0f38ee (patch)
tree3d66f0198cc168403ec27fd04ac310a0b5c56b1d /interp/constrexpr.ml
parenta95aacce6cc32726b494d4cc694da49eae86cf96 (diff)
Rename raw_natural_number to raw_numeral
In anticipation of an extension from natural numbers to other numeral constants.
Diffstat (limited to 'interp/constrexpr.ml')
-rw-r--r--interp/constrexpr.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/constrexpr.ml b/interp/constrexpr.ml
index f3d0888fee..fa19eb8ec4 100644
--- a/interp/constrexpr.ml
+++ b/interp/constrexpr.ml
@@ -54,10 +54,10 @@ type proj_flag = int option (** [Some n] = proj of the n-th visible argument *)
multiple leading zeros, and -0 = +0 *)
type sign = SPlus | SMinus
-type raw_natural_number = string
+type raw_numeral = string
type prim_token =
- | Numeral of sign * raw_natural_number
+ | Numeral of sign * raw_numeral
| String of string
type instance_expr = Glob_term.glob_level list