Thm.major_prem_of part of Logic.strip_assums_concl;
authorwenzelm
Thu, 04 Oct 2001 23:27:42 +0200
changeset 11693 63b0b2ec5830
parent 11692 6d15ae4b1123
child 11694 4c6e9d800628
Thm.major_prem_of part of Logic.strip_assums_concl;
src/Pure/Isar/net_rules.ML
--- a/src/Pure/Isar/net_rules.ML	Thu Oct 04 23:27:01 2001 +0200
+++ b/src/Pure/Isar/net_rules.ML	Thu Oct 04 23:27:42 2001 +0200
@@ -69,7 +69,7 @@
 (* intro/elim rules *)
 
 val init_intro = init Thm.eq_thm Thm.concl_of;
-val init_elim = init Thm.eq_thm (Logic.strip_assums_concl o Thm.major_prem_of);
+val init_elim = init Thm.eq_thm Thm.major_prem_of;
 
 
 end;