doc-src/Intro/gate.thy
author chaieb
Wed, 06 Feb 2008 12:51:23 +0100
changeset 26043 1f95e7191738
parent 105 216d6ed87399
permissions -rw-r--r--
between constant removed

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