src/Pure/drule.ML
changeset 60949 ccbf9379e355
parent 60825 bacfb7c45d81
child 60952 762cb38a3147
--- a/src/Pure/drule.ML	Sun Aug 16 18:19:30 2015 +0200
+++ b/src/Pure/drule.ML	Sun Aug 16 19:25:08 2015 +0200
@@ -233,8 +233,7 @@
     Frees, or outer quantifiers; all generality expressed by Vars of index 0.**)
 
 (*Discharge all hypotheses.*)
-fun implies_intr_hyps th =
-  fold Thm.implies_intr (#hyps (Thm.crep_thm th)) th;
+fun implies_intr_hyps th = fold Thm.implies_intr (Thm.chyps_of th) th;
 
 (*Squash a theorem's flexflex constraints provided it can be done uniquely.
   This step can lose information.*)