doc-src/Intro/gate.thy
author paulson
Tue, 28 Jun 2005 15:26:32 +0200
changeset 16585 02cf78f0afce
parent 105 216d6ed87399
permissions -rw-r--r--
replacing zabs_def by abs_if

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