doc-src/Tutorial/Misc/defs
author wenzelm
Sat, 24 Nov 2001 17:21:47 +0100
changeset 12294 2ef49890aede
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed SML/NJ error (!?);

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