doc-src/Tutorial/Misc/constdefs
author nipkow
Wed, 26 Aug 1998 17:27:27 +0200
changeset 5377 efb799c5ed3c
permissions -rw-r--r--
*** empty log message ***

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