| author | haftmann | 
| Mon, 17 Dec 2007 17:57:50 +0100 | |
| changeset 25667 | a089038c1893 | 
| parent 23912 | 039ae566a4a2 | 
| child 35762 | af3ff2ba4c54 | 
| permissions | -rw-r--r-- | 
| 23912 | 1  | 
(* Title: ZF/UNITY/ROOT.ML  | 
| 11479 | 2  | 
ID: $Id$  | 
3  | 
Author: Lawrence C Paulson, Cambridge University Computer Laboratory  | 
|
4  | 
Copyright 1998 University of Cambridge  | 
|
5  | 
||
| 23912 | 6  | 
ZF/UNITY proofs.  | 
| 11479 | 7  | 
*)  | 
8  | 
||
| 23912 | 9  | 
use_thys [  | 
10  | 
(*Simple examples: no composition*)  | 
|
11  | 
"Mutex",  | 
|
| 14052 | 12  | 
|
| 23912 | 13  | 
(*Basic meta-theory*)  | 
14  | 
"Guar",  | 
|
| 11479 | 15  | 
|
| 23912 | 16  | 
(*Prefix relation; the Allocator example*)  | 
17  | 
"Distributor", "Merge", "ClientImpl", "AllocImpl"  | 
|
18  | 
];  |