author | wenzelm |
Fri, 19 Dec 1997 12:09:58 +0100 | |
changeset 4456 | 44e57a6d947d |
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"; |