doc-src/Tutorial/Misc/constdefs
author wenzelm
Mon, 03 May 1999 10:57:14 +0200
changeset 6563 128cf997c768
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"