doc-src/Tutorial/Misc/constdefs
author wenzelm
Fri, 08 Mar 2002 16:24:06 +0100
changeset 13049 ce180e5b7fa0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

constdefs nand :: gate
         "nand A B == ~(A & B)"
          exor :: gate
         "exor A B == A & ~B | ~A & B"