doc-src/Tutorial/Misc/Defs.thy
author oheimb
Thu, 15 Feb 2001 15:56:51 +0100
changeset 11132 09622301ca07
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added trial proof

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