aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/g_tactic.ml41
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4
index f529bf26cc..e9a5ed7773 100644
--- a/parsing/g_tactic.ml4
+++ b/parsing/g_tactic.ml4
@@ -255,6 +255,7 @@ GEXTEND Gram
;
with_names:
[ [ "as"; "["; ids = LIST1 (LIST0 simple_intropattern) SEP "|"; "]" -> ids
+ | "as"; "("; ids = LIST1 simple_intropattern SEP ","; ")" -> [ids]
| -> [] ] ]
;
simple_tactic: