doc-src/Tutorial/Misc/Defs.thy
author paulson
Mon, 05 May 2003 18:34:16 +0200
changeset 13960 70f9158b6695
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Complex, etc

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