hide 'rel' name -- this one is waiting to be merged with 'list_all2'
authorblanchet
Fri, 14 Feb 2014 07:53:46 +0100
changeset 55473 c582a7893dcd
parent 55472 990651bfc65b
child 55474 501df9ad117b
hide 'rel' name -- this one is waiting to be merged with 'list_all2'
src/HOL/List.thy
--- a/src/HOL/List.thy	Fri Feb 14 07:53:46 2014 +0100
+++ b/src/HOL/List.thy	Fri Feb 14 07:53:46 2014 +0100
@@ -34,6 +34,8 @@
 
 setup {* Sign.parent_path *}
 
+hide_const (open) rel
+
 syntax
   -- {* list Enumeration *}
   "_list" :: "args => 'a list"    ("[(_)]")