doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Wed, 20 Feb 2002 00:53:53 +0100
changeset 12902 a23dc0b7566f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Symbol.bump_string;

Defs = Types +
consts nand, exor :: gate
defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"
end