author | kleing |
Tue, 13 May 2003 08:59:21 +0200 | |
changeset 14024 | 213dcc39358f |
parent 12198 | 113c1cd7a164 |
child 14046 | 6616e6c53d48 |
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 |
||
9 |
(*Basic meta-theory*) |
|
10 |
time_use_thy "Guar"; |
|
11 |
||
12198 | 12 |
(* Prefix relation; part of the Allocator example *) |
13 |
time_use_thy "GenPrefix"; |
|
14 |
||
11479 | 15 |
(*Simple examples: no composition*) |
16 |
time_use_thy"Mutex"; |
|
12198 | 17 |