diff options
| -rw-r--r-- | parsing/g_constr.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4 index 94ccde29fc..e0a3f5cee7 100644 --- a/parsing/g_constr.ml4 +++ b/parsing/g_constr.ml4 @@ -242,6 +242,7 @@ GEXTEND Gram | "'"; test_ident_colon; key = IDENT; ":"; c = constr; "'" -> (* Delimiter "N" implicitly moved to "nat" in V7 *) let key = if key = "N" then "nat" else key in + let key = if key = "P" then "positive" else key in CDelimiters (loc,key,c) ] ] ; constr91: |
