hide many names from Datatype_Universe.
authornipkow
Fri, 24 Nov 2000 16:49:27 +0100
changeset 10519 ade64af4c57c
parent 10518 20d4899f5d48
child 10520 bb9dfcc87951
hide many names from Datatype_Universe.
src/HOL/Main.thy
src/HOL/PreList.thy
--- a/src/HOL/Main.thy	Fri Nov 24 14:09:09 2000 +0100
+++ b/src/HOL/Main.thy	Fri Nov 24 16:49:27 2000 +0100
@@ -1,6 +1,11 @@
+(*  Title:      HOL/Main.thy
+    ID:         $Id$
+    Author:     Tobias Nipkow
+    Copyright   2000 TU Muenchen
 
-(*theory Main includes everything; note that theory
-  PreList already includes most HOL theories*)
+Theory Main includes everything.
+Note that theory PreList already includes most HOL theories.
+*)
 
 theory Main = Map + String:
 
--- a/src/HOL/PreList.thy	Fri Nov 24 14:09:09 2000 +0100
+++ b/src/HOL/PreList.thy	Fri Nov 24 16:49:27 2000 +0100
@@ -1,4 +1,4 @@
-(*  Title:      HOL/List.thy
+(*  Title:      HOL/PreList.thy
     ID:         $Id$
     Author:     Tobias Nipkow
     Copyright   2000 TU Muenchen
@@ -17,4 +17,7 @@
 (*belongs to theory Wellfounded_Recursion*)
 declare wf_induct [induct set: wf]
 
+(*belongs to theory Datatype_Universe; hides popular names *)
+hide const Node Atom Leaf Numb Lim Funs Split Case
+
 end