src/Pure/more_thm.ML
changeset 31971 8c1b845ed105
parent 31947 7daee3bed3af
child 31977 e03059ae2d82
equal deleted inserted replaced
31970:ccaadfcf6941 31971:8c1b845ed105
   412 
   412 
   413 end;
   413 end;
   414 
   414 
   415 val op aconvc = Thm.aconvc;
   415 val op aconvc = Thm.aconvc;
   416 
   416 
   417 structure Thmtab = TableFun(type key = thm val ord = Thm.thm_ord);
   417 structure Thmtab = Table(type key = thm val ord = Thm.thm_ord);