hide popular names
authorhaftmann
Mon, 29 Jun 2009 12:18:57 +0200
changeset 31851 c04f8c51d0ab
parent 31850 e81d0f04ffdf
child 31852 a16bb835e97d
hide popular names
src/HOL/Library/List_Set.thy
--- a/src/HOL/Library/List_Set.thy	Mon Jun 29 12:18:56 2009 +0200
+++ b/src/HOL/Library/List_Set.thy	Mon Jun 29 12:18:57 2009 +0200
@@ -160,4 +160,7 @@
   "A \<inter> B = project (\<lambda>x. x \<in> A) B"
   by (auto simp add: project_def)
 
+
+hide (open) const insert
+
 end
\ No newline at end of file