doc-src/Tutorial/Misc/defs
author nipkow
Mon, 01 Jul 2002 12:50:35 +0200
changeset 13261 a0460a450cf9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed problem with linear arith.

defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"