made aconvc pervasive;
authorwenzelm
Thu, 31 May 2007 19:11:19 +0200
changeset 23170 94e9413bd7fc
parent 23169 37091da05d8e
child 23171 861f63a35d31
made aconvc pervasive;
src/Pure/more_thm.ML
--- a/src/Pure/more_thm.ML	Thu May 31 18:31:36 2007 +0200
+++ b/src/Pure/more_thm.ML	Thu May 31 19:11:19 2007 +0200
@@ -192,4 +192,6 @@
 
 end;
 
+val op aconvc = Thm.aconvc;
+
 structure Thmtab = TableFun(type key = thm val ord = Thm.thm_ord);