avoid name clashes when generating code for union, inter
authorkrauss
Fri, 09 Nov 2007 13:41:27 +0100
changeset 25360 b8251517f508
parent 25359 96202af17d2b
child 25361 1aa441e48496
avoid name clashes when generating code for union, inter
src/HOL/Set.thy
--- a/src/HOL/Set.thy	Thu Nov 08 22:57:45 2007 +0100
+++ b/src/HOL/Set.thy	Fri Nov 09 13:41:27 2007 +0100
@@ -2255,6 +2255,7 @@
   "Union A = UNION A (\<lambda>x. x)"
   by auto
 
+code_reserved SML union inter (* Avoid clashes with ML infixes *)
 
 subsection {* Basic ML bindings *}