tuned;
authorwenzelm
Wed, 12 May 2010 15:23:38 +0200
changeset 36871116be5acd5a7
parent 36870 6637878680b0
child 36872 7330e4eefbd7
tuned;
src/ZF/Tools/ind_cases.ML
     1.1 --- a/src/ZF/Tools/ind_cases.ML	Wed May 12 14:52:23 2010 +0200
     1.2 +++ b/src/ZF/Tools/ind_cases.ML	Wed May 12 15:23:38 2010 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  structure IndCasesData = Theory_Data
     1.6  (
     1.7 -  type T = (Proof.context -> cterm -> thm) Symtab.table;
     1.8 +  type T = (Proof.context -> conv) Symtab.table;
     1.9    val empty = Symtab.empty;
    1.10    val extend = I;
    1.11    fun merge data = Symtab.merge (K true) data;