doc-src/Intro/gate.thy
author wenzelm
Mon, 28 Jan 2008 22:27:23 +0100
changeset 26002 469ee728a5d7
parent 105 216d6ed87399
permissions -rw-r--r--
T.count/counted: improved position handling for token syntax;

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