doc-src/Tutorial/Misc/Defs.thy
author nipkow
Fri, 18 May 2001 12:09:13 +0200
changeset 11306 6f4ed75b2dca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added comments

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