src/HOL/Auth/DB-ROOT.ML
author wenzelm
Sun, 13 Apr 1997 19:12:37 +0200
changeset 2944 283e31f6a4be
parent 2563 e908e2716f3a
child 3511 da4dd8b7ced4
permissions -rw-r--r--
tuned format;

(*  Title:      HOL/Auth/DB-ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1996  University of Cambridge

Root file for creating a **separate database** for protocol proofs.
             ** Use ROOT.ML to simply run the proofs. **
*)

HOL_build_completed;    (*Make examples fail if HOL did*)

val banner = "Security Protocols";
writeln banner;

init_thy_reader();

use_thy "Message";