| author | oheimb |
| Fri, 11 Dec 1998 18:56:30 +0100 | |
| changeset 6027 | 9dd06eeda95c |
| parent 6012 | 1894bfc4aee9 |
| child 6216 | 05d99c0bbfa0 |
| 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 |
||
9 |
HOL_build_completed; (*Make examples fail if HOL did*) |
|
10 |
||
11 |
writeln"Root file for HOL/UNITY"; |
|
12 |
set proof_timing; |
|
| 5648 | 13 |
|
|
6012
1894bfc4aee9
Addition of the States component; parts of Comp not working
paulson
parents:
5899
diff
changeset
|
14 |
|
|
1894bfc4aee9
Addition of the States component; parts of Comp not working
paulson
parents:
5899
diff
changeset
|
15 |
|
| 5648 | 16 |
loadpath := "../Lex" :: !loadpath; (*to find Prefix.thy*) |
17 |
time_use_thy"UNITY"; |
|
18 |
||
| 4776 | 19 |
time_use_thy "Deadlock"; |
20 |
time_use_thy "WFair"; |
|
21 |
time_use_thy "Common"; |
|
22 |
time_use_thy "Network"; |
|
23 |
time_use_thy "Token"; |
|
24 |
time_use_thy "Channel"; |
|
25 |
time_use_thy "Mutex"; |
|
26 |
time_use_thy "FP"; |
|
27 |
time_use_thy "Reach"; |
|
| 5253 | 28 |
time_use_thy "Handshake"; |
| 5357 | 29 |
time_use_thy "Lift"; |
| 5620 | 30 |
time_use_thy "Comp"; |
| 5648 | 31 |
time_use_thy "Client"; |
|
6012
1894bfc4aee9
Addition of the States component; parts of Comp not working
paulson
parents:
5899
diff
changeset
|
32 |
(** |
|
1894bfc4aee9
Addition of the States component; parts of Comp not working
paulson
parents:
5899
diff
changeset
|
33 |
time_use_thy "PPX"; |
|
1894bfc4aee9
Addition of the States component; parts of Comp not working
paulson
parents:
5899
diff
changeset
|
34 |
**) |
| 5430 | 35 |
|
| 5620 | 36 |
loadpath := "../Auth" :: !loadpath; (*to find Public.thy*) |
| 5430 | 37 |
use_thy"NSP_Bad"; |