hiding constants in Quickcheck_Types
authorbulwahn
Wed, 21 Jul 2010 18:11:51 +0200
changeset 37919 88aba1803b35
parent 37918 eda5faaca9e2
child 37920 581c1e5f53e0
hiding constants in Quickcheck_Types
src/HOL/Library/Quickcheck_Types.thy
--- a/src/HOL/Library/Quickcheck_Types.thy	Wed Jul 21 18:11:51 2010 +0200
+++ b/src/HOL/Library/Quickcheck_Types.thy	Wed Jul 21 18:11:51 2010 +0200
@@ -52,6 +52,8 @@
 
 end
 
+hide_const Zero A B C One
+
 subsection {* Values extended by a bottom element *}
 
 datatype 'a bot = Value 'a | Bot