src/HOL/UNITY/ROOT.ML
author paulson
Fri, 14 Jan 2000 12:17:53 +0100
changeset 8128 3a5864b465e2
parent 7513 879ae27f5e6f
child 8251 9be357df93d4
permissions -rw-r--r--
still working; a bit of polishing

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

Root file for UNITY proofs.
*)

writeln"Root file for HOL/UNITY";

set proof_timing;

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";
(*Allocator example*)
time_use_thy "Client";
time_use_thy "Extend";
time_use_thy "PPROD";
time_use_thy "TimerArray";
time_use_thy "Alloc";

add_path "../Auth";	(*to find Public.thy*)
use_thy"NSP_Bad";

reset_path ();