| author | wenzelm |
| Thu, 22 Apr 1999 15:03:50 +0200 | |
| changeset 6485 | 0d334465f29a |
| parent 6349 | f7750d816c21 |
| child 6536 | 281d44905cab |
| 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:
6299
diff
changeset
|
9 |
writeln"Root file for HOL/UNITY"; |
| 4776 | 10 |
|
11 |
set proof_timing; |
|
| 5648 | 12 |
|
| 6216 | 13 |
add_path "../Lex"; (*to find Prefix.thy*) |
|
6012
1894bfc4aee9
Addition of the States component; parts of Comp not working
paulson
parents:
5899
diff
changeset
|
14 |
|
| 5648 | 15 |
time_use_thy"UNITY"; |
16 |
||
| 4776 | 17 |
time_use_thy "Deadlock"; |
18 |
time_use_thy "WFair"; |
|
19 |
time_use_thy "Common"; |
|
20 |
time_use_thy "Network"; |
|
21 |
time_use_thy "Token"; |
|
22 |
time_use_thy "Channel"; |
|
23 |
time_use_thy "Mutex"; |
|
24 |
time_use_thy "FP"; |
|
25 |
time_use_thy "Reach"; |
|
| 5253 | 26 |
time_use_thy "Handshake"; |
| 5357 | 27 |
time_use_thy "Lift"; |
| 5620 | 28 |
time_use_thy "Comp"; |
| 5648 | 29 |
time_use_thy "Client"; |
|
6295
351b3c2b0d83
removed the infernal States, eqStates, compatible, etc.
paulson
parents:
6216
diff
changeset
|
30 |
time_use_thy "Extend"; |
|
351b3c2b0d83
removed the infernal States, eqStates, compatible, etc.
paulson
parents:
6216
diff
changeset
|
31 |
time_use_thy "PPROD"; |
| 5430 | 32 |
|
| 6216 | 33 |
add_path "../Auth"; (*to find Public.thy*) |
| 5430 | 34 |
use_thy"NSP_Bad"; |
| 6216 | 35 |
|
36 |
reset_path (); |