src/HOL/SET_Protocol/SET_Protocol.thy
author blanchet
Fri, 27 May 2011 10:30:07 +0200
changeset 43012 c01c3007e07b
parent 39769 5bcf4253d579
permissions -rw-r--r--
minor tweaks to the Nitpick documentation

(*  Title:      HOL/SET_Protocol/SET_Protocol.thy
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge

Root file for the SET protocol proofs.
*)

theory SET_Protocol
imports Cardholder_Registration Merchant_Registration Purchase
begin

end