aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/g_vernacnew.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_vernacnew.ml4 b/parsing/g_vernacnew.ml4
index 3955d15f86..90ef93d890 100644
--- a/parsing/g_vernacnew.ml4
+++ b/parsing/g_vernacnew.ml4
@@ -438,7 +438,7 @@ GEXTEND Gram
let pos = option_app (List.map (fun id -> ExplByName id)) pos in
VernacDeclareImplicits (qid,pos)
- | IDENT "Implicit"; ["Type" | "Types"];
+ | IDENT "Implicit"; ["Type" | IDENT "Types"];
idl = LIST1 ident; ":"; c = lconstr -> VernacReserve (idl,c)
(* For compatibility *)