src/HOL/UNITY/ROOT.ML
author paulson
Wed, 18 Nov 1998 15:10:46 +0100
changeset 5931 325300576da7
parent 5899 13d4753079fe
child 6012 1894bfc4aee9
permissions -rw-r--r--
Finally removing "Compl" from HOL

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

Root file for UNITY proofs.
*)

HOL_build_completed;    (*Make examples fail if HOL did*)

writeln"Root file for HOL/UNITY";
set proof_timing;

loadpath := "../Lex" :: !loadpath;   (*to find Prefix.thy*)
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 "Client";
time_use_thy "PPROD";

loadpath := "../Auth" :: !loadpath;  (*to find Public.thy*)
use_thy"NSP_Bad";