src/Pure/thm.ML
changeset 61042 c2155072c2f4
parent 61039 80f40d89dab6
child 61044 b7af255dd200
--- a/src/Pure/thm.ML	Fri Aug 28 13:36:33 2015 +0200
+++ b/src/Pure/thm.ML	Fri Aug 28 13:37:06 2015 +0200
@@ -52,14 +52,6 @@
   val first_order_match: cterm * cterm ->
     ((indexname * sort) * ctyp) list * ((indexname * typ) * cterm) list
   (*theorems*)
-  val rep_thm: thm ->
-   {thy: theory,
-    tags: Properties.T,
-    maxidx: int,
-    shyps: sort Ord_List.T,
-    hyps: term Ord_List.T,
-    tpairs: (term * term) list,
-    prop: term}
   val fold_terms: (term -> 'a -> 'a) -> thm -> 'a -> 'a
   val fold_atomic_ctyps: (ctyp -> 'a -> 'a) -> thm -> 'a -> 'a
   val fold_atomic_cterms: (cterm -> 'a -> 'a) -> thm -> 'a -> 'a