| author | paulson |
| Wed, 23 Feb 2000 10:45:08 +0100 | |
| changeset 8286 | d4b895d3afa7 |
| parent 8251 | 9be357df93d4 |
| child 8314 | 463f63a9a7f2 |
| 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 |
|
| 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:
6216
diff
changeset
|
28 |
time_use_thy "Extend"; |
|
351b3c2b0d83
removed the infernal States, eqStates, compatible, etc.
paulson
parents:
6216
diff
changeset
|
29 |
time_use_thy "PPROD"; |
| 7513 | 30 |
time_use_thy "TimerArray"; |
|
8251
9be357df93d4
New treatment of "guarantees" with polymorphic components and bijections.
paulson
parents:
8128
diff
changeset
|
31 |
(** |
| 8128 | 32 |
time_use_thy "Alloc"; |
|
8251
9be357df93d4
New treatment of "guarantees" with polymorphic components and bijections.
paulson
parents:
8128
diff
changeset
|
33 |
**) |
| 5430 | 34 |
|
| 6216 | 35 |
add_path "../Auth"; (*to find Public.thy*) |
| 5430 | 36 |
use_thy"NSP_Bad"; |
| 6216 | 37 |
|
38 |
reset_path (); |