src/HOL/Auth/ROOT.ML
author paulson
Fri, 13 Dec 1996 11:00:44 +0100
changeset 2378 fc103154ad8f
parent 2325 ea8a1fc512e6
child 2450 3ad2493fa0e0
permissions -rw-r--r--
Removed needless quotation marks

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

Root file for protocol proofs.
*)

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

writeln"Root file for HOL/Auth";
proof_timing := true;
goals_limit := 1;

(*Shared-key protocols*)
use_thy "NS_Shared";
use_thy "OtwayRees";
use_thy "OtwayRees_AN";
use_thy "OtwayRees_Bad";
use_thy "WooLam";
use_thy "Yahalom";
use_thy "Yahalom2";

(*Public-key protocols*)
use_thy "NS_Public_Bad";
use_thy "NS_Public";