src/Pure/thm.ML
changeset 20348 d59364649bcc
parent 20330 6192478fdba5
child 20512 a041c2afb52e
--- a/src/Pure/thm.ML	Mon Aug 07 17:43:51 2006 +0200
+++ b/src/Pure/thm.ML	Tue Aug 08 08:18:59 2006 +0200
@@ -441,11 +441,11 @@
     Context.joinable (thy1, thy2) andalso
     Sorts.eq_set (shyps1, shyps2) andalso
     eq_set_hyps (hyps1, hyps2) andalso
-    equal_lists eq_tpairs (tpairs1, tpairs2) andalso
+    eq_list eq_tpairs (tpairs1, tpairs2) andalso
     prop1 aconv prop2
   end;
 
-val eq_thms = Library.equal_lists eq_thm;
+val eq_thms = eq_list eq_thm;
 
 fun theory_of_thm (Thm {thy_ref, ...}) = Theory.deref thy_ref;
 val sign_of_thm = theory_of_thm;