doc-src/Intro/gate.thy
author blanchet
Fri, 26 Nov 2010 22:36:24 +0100
changeset 40724 d01a1b3ab23d
parent 105 216d6ed87399
permissions -rw-r--r--
renamed "trace_me{son,tis}" and "verbose_metis" to have the name of the tool first

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