src/HOL/SET_Protocol/ROOT.ML
author bulwahn
Thu, 12 Nov 2009 09:10:30 +0100 (2009-11-12)
changeset 33621 dd564a26fd2f
parent 33615 261abc2e3155
child 35705 0e5251adb9cc
permissions -rw-r--r--
adopted predicate compiler examples to new syntax for modes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 29909
diff changeset
     1
(*  Title:      HOL/SET_Protocol/ROOT.ML
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     2
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     3
    Copyright   2003  University of Cambridge
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     4
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     5
Root file for the SET protocol proofs.
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     6
*)
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents:
diff changeset
     7
33615
261abc2e3155 uniform use of simultabeous use_thys;
wenzelm
parents: 33028
diff changeset
     8
no_document use_thys ["Nat_Int_Bij"];
24104
719fbe4fb77f simultaneous use_thys;
wenzelm
parents: 14199
diff changeset
     9
use_thys ["Cardholder_Registration", "Merchant_Registration", "Purchase"];