# HG changeset patch # User paulson # Date 927706503 -7200 # Node ID fa1f632490771562431eabaa1fa84695bd33c335 # Parent b6e167580a32ed3c787619417f8085d613ec99ef new theories Follows and ListOrder diff -r b6e167580a32 -r fa1f63249077 src/HOL/IsaMakefile --- 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\ diff -r b6e167580a32 -r fa1f63249077 src/HOL/UNITY/ROOT.ML --- 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";