aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/extratactics.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/extratactics.ml4')
-rw-r--r--tactics/extratactics.ml417
1 files changed, 0 insertions, 17 deletions
diff --git a/tactics/extratactics.ml4 b/tactics/extratactics.ml4
index 845483436..62ac0d4d7 100644
--- a/tactics/extratactics.ml4
+++ b/tactics/extratactics.ml4
@@ -486,23 +486,6 @@ END
-TACTIC EXTEND apply_in
-| ["apply" ne_constr_with_bindings_list_sep(cl,",") "in" hyp(id) ] ->
- [ apply_in false id cl None ]
-| ["apply" ne_constr_with_bindings_list_sep(cl,",") "in" hyp(id)
- "as" simple_intropattern(ipat) ] ->
- [ apply_in false id cl (Some ipat) ]
-END
-
-
-TACTIC EXTEND eapply_in
-| ["eapply" ne_constr_with_bindings_list_sep(cl,",") "in" hyp(id) ] ->
- [ apply_in true id cl None ]
-| ["eapply" ne_constr_with_bindings_list_sep(cl,",") "in" hyp(id)
- "as" simple_intropattern(ipat) ] ->
- [ apply_in true id cl (Some ipat) ]
-END
-
(* sozeau: abs/gen for induction on instantiated dependent inductives, using "Ford" induction as
defined by Conor McBride *)
TACTIC EXTEND generalize_eqs