induct cases: RuleCases.make_raw;
authorwenzelm
Thu, 11 Jan 2001 19:38:02 +0100
changeset 10871 0ff9caa810b1
parent 10870 9444e3cf37e1
child 10872 87bb4462c434
induct cases: RuleCases.make_raw;
src/HOL/Tools/induct_method.ML
--- a/src/HOL/Tools/induct_method.ML	Thu Jan 11 19:37:46 2001 +0100
+++ b/src/HOL/Tools/induct_method.ML	Thu Jan 11 19:38:02 2001 +0100
@@ -221,7 +221,7 @@
     fun ruly_case {fixes, assumes, binds} =
       {fixes = fixes, assumes = map ruly assumes,
         binds = map (apsnd (apsome (AutoBind.drop_judgment o ruly))) binds};
-  in map (apsnd ruly_case) ooo RuleCases.make end;
+  in map (apsnd ruly_case) ooo RuleCases.make_raw end;
 
 val weak_strip_tac = REPEAT o Tactic.match_tac [impI, allI, ballI];