doc-src/Tutorial/Misc/constdefs
author wenzelm
Wed, 05 Dec 2001 14:32:10 +0100
changeset 12389 23bd419144eb
parent 5377 efb799c5ed3c
permissions -rw-r--r--
eliminated old use of intro/elim method; tuned;

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