doc-src/Tutorial/Misc/Defs.thy
author nipkow
Mon, 09 Oct 2000 19:20:55 +0200
changeset 10178 aecb5bf6f76f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
*** empty log message ***

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