doc-src/Tutorial/Misc/constdefs
author wenzelm
Fri, 28 Sep 2001 19:21:26 +0200
changeset 11629 481148b273b5
parent 5377 efb799c5ed3c
permissions -rw-r--r--
permissive option;

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