src/HOL/Auth/ROOT.ML
author nipkow
Mon, 04 Nov 1996 17:23:37 +0100
changeset 2159 e650a3f6f600
parent 2123 959f791b6f0f
child 2274 1b1b46adc9b3
permissions -rw-r--r--
Used nat_trans_tac. New Eta. various smaller changes.

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

use_thy "Shared";
use_thy "NS_Shared";
use_thy "OtwayRees";
use_thy "OtwayRees_AN";
use_thy "OtwayRees_Bad";
use_thy "Yahalom";
use_thy "Yahalom2";