src/ZF/ind_syntax.ML
changeset 6 8ce8c4d13d4d
parent 0 a5a9c433f639
child 14 1c0926788772
--- a/src/ZF/ind_syntax.ML	Fri Sep 17 12:53:53 1993 +0200
+++ b/src/ZF/ind_syntax.ML	Fri Sep 17 16:16:38 1993 +0200
@@ -37,7 +37,6 @@
        flatten_term sign (Logic.mk_equals (lhs,rhs)))
   end;
 
-(*export to Pure/sign?  Used in Provers/simp.ML...*)
 fun lookup_const sign a = Symtab.lookup(#const_tab (Sign.rep_sg sign), a);
 
 (*export to Pure/library?  *)