src/Pure/thm.ML
changeset 3971 b19d38604042
parent 3970 e1843233c694
child 3994 0343230ec85c
--- a/src/Pure/thm.ML	Wed Oct 22 11:36:43 1997 +0200
+++ b/src/Pure/thm.ML	Thu Oct 23 12:09:31 1997 +0200
@@ -87,7 +87,6 @@
                                   shyps: sort list, hyps: cterm list, 
                                   prop: cterm}
   val sign_of_thm       : thm -> Sign.sg
-  val stamps_of_thm     : thm -> string ref list
   val transfer		: theory -> thm -> thm
   val tpairs_of         : thm -> (term * term) list
   val prems_of          : thm -> term list
@@ -411,7 +410,6 @@
 
 
 fun sign_of_thm (Thm {sign_ref, ...}) = Sign.deref sign_ref;
-val stamps_of_thm = #stamps o Sign.rep_sg o sign_of_thm;
 
 (*merge signatures of two theorems; raise exception if incompatible*)
 fun merge_thm_sgs
@@ -752,7 +750,7 @@
 (* Definition of the relation =?= *)
 val flexpair_def = fix_shyps [] []
   (Thm{sign_ref= Sign.self_ref Sign.proto_pure, 
-       der = Join(Axiom(pure_thy, "flexpair_def"), []),
+       der = Join(Axiom(Theory.proto_pure, "flexpair_def"), []),
        shyps = [], 
        hyps = [], 
        maxidx = 0,