src/HOL/UNITY/ROOT.ML
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 9112 44fc37919579
child 10265 4e004b548049
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:

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

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

add_path "../Induct";
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";