From c32728e7bf0ba0449b60ea49df7f92fb6b70923d Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 5 Nov 2014 00:56:29 +0100 Subject: Removing the legacy intro tactic code. --- tactics/extratactics.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/extratactics.ml4 b/tactics/extratactics.ml4 index d048d5bcdb..0c0204081a 100644 --- a/tactics/extratactics.ml4 +++ b/tactics/extratactics.ml4 @@ -726,7 +726,7 @@ let case_eq_intros_rewrite x = let h = Tacmach.New.of_old (fun g -> fresh_id hyps (Id.of_string "heq") g) gl in Tacticals.New.tclTHENLIST [ Tacticals.New.tclDO (n'-n-1) intro; - Proofview.V82.tactic (Tacmach.introduction h); + introduction h; rewrite_except h] end ] -- cgit v1.2.3