doc-src/Intro/gate.thy
author ballarin
Fri, 27 Jan 2006 16:05:23 +0100
changeset 18795 303793f49b0f
parent 105 216d6ed87399
permissions -rw-r--r--
Interface to access the specification of a named locale.

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