author | wenzelm |
Mon, 06 Feb 2006 20:59:10 +0100 | |
changeset 18943 | 947d3a694654 |
parent 14095 | a1ba833d6b61 |
child 23912 | 039ae566a4a2 |
permissions | -rw-r--r-- |
11479 | 1 |
(* Title: ZF/UNITY/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
4 |
Copyright 1998 University of Cambridge |
|
5 |
||
6 |
Root file for ZF/UNITY proofs. |
|
7 |
*) |
|
8 |
||
14046 | 9 |
add_path "../Induct"; (*for Multisets*) |
10 |
||
14052 | 11 |
(*Simple examples: no composition*) |
12 |
time_use_thy"Mutex"; |
|
13 |
||
11479 | 14 |
(*Basic meta-theory*) |
15 |
time_use_thy "Guar"; |
|
16 |
||
14095
a1ba833d6b61
Changed many Intersection rules from i:I to I~=0 to avoid introducing a new
paulson
parents:
14060
diff
changeset
|
17 |
(* Prefix relation; the Allocator example *) |
14052 | 18 |
time_use_thy "Distributor"; |
14053
4daa384f4fd7
Introduction of the theories UNITY/Merge, UNITY/ClientImpl
paulson
parents:
14052
diff
changeset
|
19 |
time_use_thy "Merge"; |
4daa384f4fd7
Introduction of the theories UNITY/Merge, UNITY/ClientImpl
paulson
parents:
14052
diff
changeset
|
20 |
time_use_thy "ClientImpl"; |
14060
c0c4af41fa3b
Adding the theory UNITY/AllocImpl.thy, with supporting lemmas
paulson
parents:
14053
diff
changeset
|
21 |
time_use_thy "AllocImpl"; |