new theories Follows and ListOrder
authorpaulson
Wed, 26 May 1999 10:15:03 +0200
changeset 6730 fa1f63249077
parent 6729 b6e167580a32
child 6731 57e761134c85
new theories Follows and ListOrder
src/HOL/IsaMakefile
src/HOL/UNITY/ROOT.ML
--- a/src/HOL/IsaMakefile	Tue May 25 20:24:10 1999 +0200
+++ b/src/HOL/IsaMakefile	Wed May 26 10:15:03 1999 +0200
@@ -173,7 +173,9 @@
   UNITY/Deadlock.ML UNITY/Deadlock.thy UNITY/FP.ML UNITY/FP.thy\
   UNITY/Union.ML UNITY/Union.thy UNITY/Handshake.ML UNITY/Handshake.thy\
   UNITY/Extend.ML UNITY/Extend.thy\
-  UNITY/LessThan.ML UNITY/LessThan.thy UNITY/Mutex.ML UNITY/Mutex.thy\
+  UNITY/Follows.ML UNITY/Follows.thy\
+  UNITY/LessThan.ML UNITY/LessThan.thy UNITY/ListOrder.thy\
+  UNITY/Mutex.ML UNITY/Mutex.thy\
   UNITY/Network.ML UNITY/Network.thy UNITY/Reach.ML UNITY/Reach.thy\
   UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/Token.ML UNITY/Token.thy\
   UNITY/UNITY.ML UNITY/UNITY.thy\
--- a/src/HOL/UNITY/ROOT.ML	Tue May 25 20:24:10 1999 +0200
+++ b/src/HOL/UNITY/ROOT.ML	Wed May 26 10:15:03 1999 +0200
@@ -25,9 +25,11 @@
 time_use_thy "Handshake";
 time_use_thy "Lift";
 time_use_thy "Comp";
+(*Allocator example*)
 time_use_thy "Client";
 time_use_thy "Extend";
 time_use_thy "PPROD";
+time_use_thy "Follows";
 
 add_path "../Auth";	(*to find Public.thy*)
 use_thy"NSP_Bad";