doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Wed, 09 Feb 2000 14:35:23 +0100
changeset 8224 97e26127fb6b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
mirror dist page;

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