aboutsummaryrefslogtreecommitdiff
path: root/parsing/extend.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/extend.mli')
-rw-r--r--parsing/extend.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/extend.mli b/parsing/extend.mli
index 705fc88185..12d2ecc620 100644
--- a/parsing/extend.mli
+++ b/parsing/extend.mli
@@ -26,7 +26,7 @@ type production_position =
| InternalProd
type 'pos constr_entry_key =
- | ETIdent | ETReference
+ | ETIdent | ETReference | ETBigint
| ETConstr of (int * 'pos)
| ETPattern
| ETOther of string * string