src/HOL/Auth/DB-ROOT.ML
author berghofe
Wed, 06 Aug 1997 00:29:02 +0200
changeset 3605 d372fb6ec393
parent 3513 4d4f8c18255e
permissions -rw-r--r--
Removed function file_exists (now included in library.ML)

(*  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;

use_thy "Event";