doc-src/Tutorial/Misc/constdefs
author wenzelm
Fri, 05 May 2000 22:23:27 +0200
changeset 8809 85539b33be03
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated;

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