src/HOL/UNITY/ROOT.ML
author paulson
Wed, 14 Feb 2001 12:16:32 +0100
changeset 11115 285b31e9e026
parent 10782 ddb433987557
child 11193 851c90b23a9e
permissions -rw-r--r--
a new theorem from Bryan Ford

(*  Title:      HOL/UNITY/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

Root file for UNITY proofs.
*)

time_use_thy "UNITY";
time_use_thy "Deadlock";
time_use_thy "WFair";
time_use_thy "Common";
time_use_thy "Network";
time_use_thy "Token";
time_use_thy "Channel";
time_use_thy "Mutex";
time_use_thy "FP";
time_use_thy "Reach";
time_use_thy "Handshake";
time_use_thy "Lift";
time_use_thy "Comp";
time_use_thy "Reachability";

(*Universal properties examples*)
time_use_thy "Counter";
time_use_thy "Counterc";
time_use_thy "Priority";

(*Allocator example*)
time_use_thy "PPROD";
time_use_thy "TimerArray";

time_use_thy "Alloc";
time_use_thy "AllocImpl";
time_use_thy "Client";

time_use_thy "ELT";  (*obsolete*)

with_path "../Auth"  (*to find Public.thy*)
  time_use_thy"NSP_Bad";