doc-src/Tutorial/Misc/constdefs
author wenzelm
Fri, 12 May 2000 11:52:44 +0200
changeset 8857 7ec405405dd7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
improved name of simproc;

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