aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_tactic.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-27 13:57:57 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-27 13:57:57 +0000
commit20efeb644f65e3ddc866fd61979219b385aca0ab (patch)
tree3bb600904744abdfaafb1995dc37f1887edf27fe /parsing/g_tactic.ml4
parent8ab38a81abd3df8b94ca133a6a679d2504eb577a (diff)
Ajout 'as (x,...,y)' dans NewDestruct et NewInd, NewInduction, ...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5253 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/g_tactic.ml4')
-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 f529bf26c..e9a5ed777 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: