src/HOL/Tools/res_axioms.ML
changeset 26618 f3535afb58e8
parent 26562 9d25ef112cf6
child 26627 dac6d56b7c8d
--- a/src/HOL/Tools/res_axioms.ML	Thu Apr 10 16:15:53 2008 +0200
+++ b/src/HOL/Tools/res_axioms.ML	Thu Apr 10 17:01:37 2008 +0200
@@ -394,11 +394,11 @@
   Skolem functions.*)
 structure ThmCache = TheoryDataFun
 (
-  type T = (thm list) Thmtab.table;
+  type T = thm list Thmtab.table;
   val empty = Thmtab.empty;
-  fun copy tab : T = tab;
-  val extend = copy;
-  fun merge _ (tab1, tab2) : T = Thmtab.merge (K true) (tab1, tab2);
+  val copy = I;
+  val extend = I;
+  fun merge _ tabs : T = Thmtab.merge (K true) tabs;
 );
 
 (*Populate the clause cache using the supplied theorem. Return the clausal form