doc-src/Tutorial/Misc/constdefs
author wenzelm
Sat, 04 Nov 2000 18:41:37 +0100
changeset 10392 f27afee8475d
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"