| author | wenzelm | 
| Mon, 27 Feb 2012 16:56:25 +0100 | |
| changeset 46711 | f745bcc4a1e5 | 
| parent 35762 | af3ff2ba4c54 | 
| permissions | -rw-r--r-- | 
| 23912 | 1 | (* Title: ZF/UNITY/ROOT.ML | 
| 11479 | 2 | Author: Lawrence C Paulson, Cambridge University Computer Laboratory | 
| 3 | Copyright 1998 University of Cambridge | |
| 4 | ||
| 23912 | 5 | ZF/UNITY proofs. | 
| 11479 | 6 | *) | 
| 7 | ||
| 23912 | 8 | use_thys [ | 
| 9 | (*Simple examples: no composition*) | |
| 10 | "Mutex", | |
| 14052 | 11 | |
| 23912 | 12 | (*Basic meta-theory*) | 
| 13 | "Guar", | |
| 11479 | 14 | |
| 23912 | 15 | (*Prefix relation; the Allocator example*) | 
| 16 | "Distributor", "Merge", "ClientImpl", "AllocImpl" | |
| 17 | ]; |