author | paulson |
Thu, 26 Sep 1996 10:34:19 +0200 | |
changeset 2028 | 738bb98d65ec |
parent 1995 | c80e58e78d9c |
child 2091 | 644104f85d14 |
permissions | -rw-r--r-- |
1944 | 1 |
(* Title: HOL/Auth/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
4 |
Copyright 1996 University of Cambridge |
|
5 |
||
1971 | 6 |
Root file for protocol proofs. |
1944 | 7 |
*) |
8 |
||
9 |
HOL_build_completed; (*Make examples fail if HOL did*) |
|
10 |
||
11 |
writeln"Root file for HOL/Auth"; |
|
12 |
proof_timing := true; |
|
13 |
||
1971 | 14 |
use_thy "Shared"; |
15 |
use_thy "NS_Shared"; |
|
16 |
use_thy "OtwayRees"; |
|
1995 | 17 |
use_thy "Yahalom"; |
1944 | 18 |