| author | wenzelm | 
| Fri, 27 Aug 1999 18:59:27 +0200 | |
| changeset 7380 | 2bcee6a460d8 | 
| parent 7240 | a509730e424b | 
| child 7513 | 879ae27f5e6f | 
| permissions | -rw-r--r-- | 
| 4776 | 1 | (* Title: HOL/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 UNITY proofs. | |
| 7 | *) | |
| 8 | ||
| 6349 
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
 wenzelm parents: 
6299diff
changeset | 9 | writeln"Root file for HOL/UNITY"; | 
| 4776 | 10 | |
| 11 | set proof_timing; | |
| 5648 | 12 | |
| 6818 | 13 | time_use_thy "UNITY"; | 
| 4776 | 14 | time_use_thy "Deadlock"; | 
| 15 | time_use_thy "WFair"; | |
| 16 | time_use_thy "Common"; | |
| 17 | time_use_thy "Network"; | |
| 18 | time_use_thy "Token"; | |
| 19 | time_use_thy "Channel"; | |
| 20 | time_use_thy "Mutex"; | |
| 21 | time_use_thy "FP"; | |
| 22 | time_use_thy "Reach"; | |
| 5253 | 23 | time_use_thy "Handshake"; | 
| 5357 | 24 | time_use_thy "Lift"; | 
| 5620 | 25 | time_use_thy "Comp"; | 
| 6730 | 26 | (*Allocator example*) | 
| 5648 | 27 | time_use_thy "Client"; | 
| 6295 
351b3c2b0d83
removed the infernal States, eqStates, compatible, etc.
 paulson parents: 
6216diff
changeset | 28 | time_use_thy "Extend"; | 
| 
351b3c2b0d83
removed the infernal States, eqStates, compatible, etc.
 paulson parents: 
6216diff
changeset | 29 | time_use_thy "PPROD"; | 
| 6730 | 30 | time_use_thy "Follows"; | 
| 5430 | 31 | |
| 6216 | 32 | add_path "../Auth"; (*to find Public.thy*) | 
| 5430 | 33 | use_thy"NSP_Bad"; | 
| 6216 | 34 | |
| 35 | reset_path (); |