modernized session
authorhaftmann
Tue, 28 Sep 2010 15:31:10 +0200
changeset 400025bcf4253d579
parent 40001 1c46d4f8afd2
child 40005 5d5fd2baf99d
modernized session
src/HOL/SET_Protocol/SET_Protocol.thy
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/HOL/SET_Protocol/SET_Protocol.thy	Tue Sep 28 15:31:10 2010 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +(*  Title:      HOL/SET_Protocol/SET_Protocol.thy
     1.5 +    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     1.6 +    Copyright   2003  University of Cambridge
     1.7 +
     1.8 +Root file for the SET protocol proofs.
     1.9 +*)
    1.10 +
    1.11 +theory SET_Protocol
    1.12 +imports Cardholder_Registration Merchant_Registration Purchase
    1.13 +begin
    1.14 +
    1.15 +end