fixed deps;
authorwenzelm
Thu, 17 Aug 2000 10:33:37 +0200
changeset 9619 6125cc9efc18
parent 9618 ff8238561394
child 9620 1adf6d761c97
fixed deps;
src/HOL/Main.thy
src/HOL/PreList.thy
--- a/src/HOL/Main.thy	Thu Aug 17 10:33:13 2000 +0200
+++ b/src/HOL/Main.thy	Thu Aug 17 10:33:37 2000 +0200
@@ -1,1 +1,5 @@
-Main = While + Map + String             (*theory Main includes everything*)
+
+(*theory Main includes everything; note that theory
+  PreList already includes most HOL theories*)
+
+Main = Map + String
--- a/src/HOL/PreList.thy	Thu Aug 17 10:33:13 2000 +0200
+++ b/src/HOL/PreList.thy	Thu Aug 17 10:33:37 2000 +0200
@@ -9,7 +9,7 @@
 
 theory PreList =
   Option + WF_Rel + NatSimprocs + Recdef + Record + RelPow + Calculation + 
-  SVC_Oracle:
+  SVC_Oracle + While:
 
 theorems [cases type: bool] = case_split