doc-src/Intro/gate.thy
author paulson
Thu, 05 Feb 1998 10:38:34 +0100
changeset 4598 649bf14debe7
parent 105 216d6ed87399
permissions -rw-r--r--
Added some more explicit guarantees of key secrecy for agents Deleted spurious A~=Spy assumptions

Gate = FOL +
consts  nand,xor :: "[o,o] => o"
rules   nand_def "nand(P,Q) == ~(P & Q)"
        xor_def  "xor(P,Q)  == P & ~Q | ~P & Q"
end