fixed the dependences
authorpaulson
Fri, 26 May 2000 18:06:58 +0200
changeset 8987 718907f55f62
parent 8986 8b7718296a35
child 8988 8673a4d954e8
fixed the dependences
src/HOL/UNITY/ROOT.ML
--- a/src/HOL/UNITY/ROOT.ML	Fri May 26 18:06:43 2000 +0200
+++ b/src/HOL/UNITY/ROOT.ML	Fri May 26 18:06:58 2000 +0200
@@ -23,13 +23,14 @@
 time_use_thy "Handshake";
 time_use_thy "Lift";
 time_use_thy "Comp";
+time_use_thy "Reachability";
 (*Allocator example*)
-time_use_thy "Client";
-time_use_thy "ELT";  (*obsolete*)
 time_use_thy "PPROD";
 time_use_thy "TimerArray";
-time_use_thy "Alloc";
-time_use_thy "Reachability";
+with_path "../Induct" time_use_thy "Alloc";
+time_use_thy "Client";
+
+time_use_thy "ELT";  (*obsolete*)
 
 add_path "../Auth";	(*to find Public.thy*)
 use_thy"NSP_Bad";