added the AllocImpl example
authorpaulson
Fri, 23 Jun 2000 10:34:51 +0200
changeset 9112 44fc37919579
parent 9111 33b32680669a
child 9113 e221d4f81d52
added the AllocImpl example
src/HOL/UNITY/ROOT.ML
--- a/src/HOL/UNITY/ROOT.ML	Fri Jun 23 10:34:31 2000 +0200
+++ b/src/HOL/UNITY/ROOT.ML	Fri Jun 23 10:34:51 2000 +0200
@@ -20,10 +20,14 @@
 time_use_thy "Lift";
 time_use_thy "Comp";
 time_use_thy "Reachability";
+
 (*Allocator example*)
 time_use_thy "PPROD";
 time_use_thy "TimerArray";
-with_path "../Induct" time_use_thy "Alloc";
+
+add_path "../Induct";
+time_use_thy "Alloc";
+time_use_thy "AllocImpl";
 time_use_thy "Client";
 
 time_use_thy "ELT";  (*obsolete*)