aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--parsing/g_constr.ml41
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4
index e0a3f5cee..4e0d1118f 100644
--- a/parsing/g_constr.ml4
+++ b/parsing/g_constr.ml4
@@ -243,6 +243,7 @@ GEXTEND Gram
(* 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
+ let key = if key = "T" then "type" else key in
CDelimiters (loc,key,c) ] ]
;
constr91: