From b8d31eb7f359dd842c1b53b1b74725158fc01c1e Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 14 Jan 2014 09:03:44 +0100 Subject: Removing unused tactics in rewrite. --- tactics/g_rewrite.ml4 | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tactics/g_rewrite.ml4') diff --git a/tactics/g_rewrite.ml4 b/tactics/g_rewrite.ml4 index 31defcafb..db98c4250 100644 --- a/tactics/g_rewrite.ml4 +++ b/tactics/g_rewrite.ml4 @@ -265,19 +265,3 @@ TACTIC EXTEND setoid_transitivity [ "setoid_transitivity" constr(t) ] -> [ setoid_transitivity (Some t) ] | [ "setoid_etransitivity" ] -> [ setoid_transitivity None ] END - -TACTIC EXTEND implify -[ "implify" hyp(n) ] -> [ Proofview.V82.tactic (implify n) ] -END - -TACTIC EXTEND fold_match -[ "fold_match" constr(c) ] -> [ Proofview.V82.tactic (fold_match_tac c) ] -END - -TACTIC EXTEND fold_matches -| [ "fold_matches" constr(c) ] -> [ Proofview.V82.tactic (fold_matches_tac c) ] -END - -TACTIC EXTEND myapply -| [ "myapply" global(id) constr_list(l) ] -> [ Proofview.V82.tactic (myapply id l) ] -END -- cgit v1.2.3