src/HOL/SET-Protocol/ROOT.ML
author wenzelm
Tue, 31 Jul 2007 19:40:26 +0200
changeset 24095 785c3cd7fcb5
parent 14199 d3b8d972a488
child 24104 719fbe4fb77f
permissions -rw-r--r--
moved lin_arith stuff to Tools/lin_arith.ML;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     1
(*  Title:      HOL/SET-Protocol/ROOT
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     2
    ID:         $Id$
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     4
    Copyright   2003  University of Cambridge
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     5
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     6
Root file for the SET protocol proofs.
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     7
*)
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     8
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     9
goals_limit := 1;
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    10
set timing;
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    11
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    12
no_document use_thy "NatPair";
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    13
time_use_thy "Cardholder_Registration";
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    14
time_use_thy "Merchant_Registration";
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    15
time_use_thy "Purchase";
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
    16