| author | paulson | 
| Tue, 16 Sep 1997 14:04:10 +0200 | |
| changeset 3675 | 70dd312b70b2 | 
| parent 3513 | 4d4f8c18255e | 
| permissions | -rw-r--r-- | 
| 1969 | 1  | 
(* Title: HOL/Auth/DB-ROOT  | 
2  | 
ID: $Id$  | 
|
3  | 
Author: Lawrence C Paulson, Cambridge University Computer Laboratory  | 
|
4  | 
Copyright 1996 University of Cambridge  | 
|
5  | 
||
6  | 
Root file for creating a **separate database** for protocol proofs.  | 
|
7  | 
** Use ROOT.ML to simply run the proofs. **  | 
|
8  | 
*)  | 
|
9  | 
||
10  | 
HOL_build_completed; (*Make examples fail if HOL did*)  | 
|
11  | 
||
12  | 
val banner = "Security Protocols";  | 
|
13  | 
writeln banner;  | 
|
14  | 
||
| 
3513
 
4d4f8c18255e
Now loads theory Event, which contains common declarations
 
paulson 
parents: 
3511 
diff
changeset
 | 
15  | 
use_thy "Event";  |