src/HOL/SET_Protocol/SET_Protocol.thy
author blanchet
Fri, 17 Dec 2010 23:09:53 +0100
changeset 41260 ff38ea43aada
parent 39769 5bcf4253d579
permissions -rw-r--r--
remove option that doesn't work in Mirabelle anyway (Mirabelle uses Sledgehammer_Provers, not Sledgehammer_Run)

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