author | wenzelm |
Wed, 12 Apr 2000 18:53:09 +0200 | |
changeset 8688 | 63b267d41b96 |
parent 8687 | 24bff69370f0 |
child 8689 | a2e82eed6454 |
--- a/src/HOL/Tools/induct_method.ML Wed Apr 12 18:47:03 2000 +0200 +++ b/src/HOL/Tools/induct_method.ML Wed Apr 12 18:53:09 2000 +0200 @@ -327,7 +327,7 @@ Seq.map (rpair cases) (Method.multi_resolves facts [thm]); val tac = Method.resolveq_cases_tac (Seq.flat (Seq.map prep_rule (Seq.of_list rules))); in - if stripped then tac THEN_ALL_NEW_CASES (REPEAT o resolve_tac [impI, allI, ballI]) + if stripped then tac THEN_ALL_NEW_CASES (REPEAT o Tactic.match_tac [impI, allI, ballI]) else tac end;