src/HOL/UNITY/ROOT.ML
author paulson
Tue, 18 Feb 2003 15:09:14 +0100
changeset 13821 0fd39aa77095
parent 13790 8d7e9fce8c50
child 13853 89131afa9f01
permissions -rw-r--r--
new theory Transformers: Meier-Sanders non-interference theory

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

Root file for UNITY proofs.
*)

(*Basic meta-theory*)
time_use_thy "UNITY_Main";

(*New Meier/Sanders composition theory*)
time_use_thy "Transformers";

(*Simple examples: no composition*)
time_use_thy "Simple/Deadlock";
time_use_thy "Simple/Common";
time_use_thy "Simple/Network";
time_use_thy "Simple/Token";
time_use_thy "Simple/Channel";
time_use_thy "Simple/Lift";
time_use_thy "Simple/Mutex";
time_use_thy "Simple/Reach";
time_use_thy "Simple/Reachability";

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

(*Example of composition*)
time_use_thy "Comp/Handshake";

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

time_use_thy "Comp/TimerArray";

(*Allocator example*)
time_use_thy "Comp/Alloc";
time_use_thy "Comp/AllocImpl";
time_use_thy "Comp/Client";

time_use_thy "ELT";  (*obsolete*)