doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Fri, 16 Jul 1999 22:25:07 +0200
changeset 7025 afbd8241797b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned dest_lexicon;

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