Context.names_of;
authorwenzelm
Fri, 17 Jun 2005 18:33:42 +0200
changeset 16457 e0f22edf38a5
parent 16456 451f1c46d4ca
child 16458 4c6fd0c01d28
Context.names_of;
src/ZF/Tools/inductive_package.ML
--- a/src/ZF/Tools/inductive_package.ML	Fri Jun 17 18:33:41 2005 +0200
+++ b/src/ZF/Tools/inductive_package.ML	Fri Jun 17 18:33:42 2005 +0200
@@ -156,7 +156,7 @@
 
   (*Forbid the inductive definition structure from clashing with a theory
     name.  This restriction may become obsolete as ML is de-emphasized.*)
-  val dummy = deny (big_rec_base_name mem (Sign.stamp_names_of sign))
+  val dummy = deny (big_rec_base_name mem (Context.names_of sign))
                ("Definition " ^ big_rec_base_name ^
                 " would clash with the theory of the same name!");