src/HOL/SET-Protocol/ROOT.ML
changeset 24104 719fbe4fb77f
parent 14199 d3b8d972a488
child 28098 c92850d2d16c
--- a/src/HOL/SET-Protocol/ROOT.ML	Tue Jul 31 22:21:18 2007 +0200
+++ b/src/HOL/SET-Protocol/ROOT.ML	Tue Jul 31 22:21:20 2007 +0200
@@ -1,4 +1,4 @@
-(*  Title:      HOL/SET-Protocol/ROOT
+(*  Title:      HOL/SET-Protocol/ROOT.ML
     ID:         $Id$
     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     Copyright   2003  University of Cambridge
@@ -6,11 +6,5 @@
 Root file for the SET protocol proofs.
 *)
 
-goals_limit := 1;
-set timing;
-
 no_document use_thy "NatPair";
-time_use_thy "Cardholder_Registration";
-time_use_thy "Merchant_Registration";
-time_use_thy "Purchase";
-
+use_thys ["Cardholder_Registration", "Merchant_Registration", "Purchase"];