hides popular names (from Datatype.thy);
authorwenzelm
Sat, 30 Sep 2006 21:39:22 +0200
changeset 20799 46694b230cfb
parent 20798 3275b03e2fff
child 20800 69c82605efcf
hides popular names (from Datatype.thy);
src/HOL/Datatype_Universe.thy
--- a/src/HOL/Datatype_Universe.thy	Sat Sep 30 21:39:20 2006 +0200
+++ b/src/HOL/Datatype_Universe.thy	Sat Sep 30 21:39:22 2006 +0200
@@ -533,6 +533,13 @@
 lemma Domain_dsum [simp]: "Domain (dsum r s) = usum (Domain r) (Domain s)"
 by auto
 
+
+subsection {* Finishing the datatype package setup *}
+
+text {* Belongs to theory @{text Datatype_Universe}; hides popular names. *}
+hide (open) const Push Node Atom Leaf Numb Lim Split Case
+hide (open) type node item
+
 ML
 {*
 val apfst_conv = thm "apfst_conv";