doc-src/Tutorial/Misc/constdefs
author wenzelm
Fri, 15 Sep 2000 20:47:06 +0200
changeset 10002 aaaca09b18de
parent 5377 efb799c5ed3c
permissions -rw-r--r--
*** empty log message ***

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