src/HOL/intr_elim.ML
changeset 2688 889a1cbd1aca
parent 2414 13df7d6c5c3b
child 3978 7e1cfed19d94
--- a/src/HOL/intr_elim.ML	Fri Feb 28 15:44:32 1997 +0100
+++ b/src/HOL/intr_elim.ML	Fri Feb 28 15:46:41 1997 +0100
@@ -144,7 +144,8 @@
   (*String s should have the form t:Si where Si is an inductive set*)
   fun mk_cases defs s = 
       rule_by_tactic (con_elim_tac defs)
-        (assume_read Inductive.thy s  RS  elim);
+          (assume_read Inductive.thy s  RS  elim) 
+      |> standard;
 
   val raw_induct = standard ([big_rec_def, mono] MRS Fp.induct)
   and rec_names = rec_names