aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-02-29 11:35:34 +0100
committerPierre-Marie Pédrot2016-02-29 13:24:45 +0100
commit6c4fcb156dea5a71fd227606b87333ae00aacb69 (patch)
treea8db7db16d1cec0d6ac21118d704874e0a45000b /parsing
parent7dd8c2bf4747c94be6f18d7fdd0e3b593f560a2f (diff)
Moving the "generalize dependent" tactic to TACTIC EXTEND.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_tactic.ml41
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4
index 04ee02f944..238b9a60f7 100644
--- a/parsing/g_tactic.ml4
+++ b/parsing/g_tactic.ml4
@@ -603,7 +603,6 @@ GEXTEND Gram
na = as_name;
l = LIST0 [","; c = pattern_occ; na = as_name -> (c,na)] ->
TacAtom (!@loc, TacGeneralize (((nl,c),na)::l))
- | IDENT "generalize"; IDENT "dependent"; c = constr -> TacAtom (!@loc, TacGeneralizeDep c)
(* Derived basic tactics *)
| IDENT "induction"; ic = induction_clause_list ->