doc-src/Tutorial/Misc/constdefs
author nipkow
Wed, 18 Dec 2002 12:54:57 +0100
changeset 13759 aa7360806a19
parent 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"