src/HOL/UNITY/ROOT.ML
author paulson
Thu, 15 Oct 1998 11:35:07 +0200
changeset 5648 fe887910e32e
parent 5638 2570d7c3f6e7
child 5899 13d4753079fe
permissions -rw-r--r--
specifications as sets of programs

(*  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";

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