tuned;
authorwenzelm
Wed, 12 May 2010 15:23:38 +0200
changeset 36864 116be5acd5a7
parent 36863 6637878680b0
child 36865 7330e4eefbd7
tuned;
src/ZF/Tools/ind_cases.ML
--- a/src/ZF/Tools/ind_cases.ML	Wed May 12 14:52:23 2010 +0200
+++ b/src/ZF/Tools/ind_cases.ML	Wed May 12 15:23:38 2010 +0200
@@ -19,7 +19,7 @@
 
 structure IndCasesData = Theory_Data
 (
-  type T = (Proof.context -> cterm -> thm) Symtab.table;
+  type T = (Proof.context -> conv) Symtab.table;
   val empty = Symtab.empty;
   val extend = I;
   fun merge data = Symtab.merge (K true) data;