doc-src/Tutorial/Misc/constdefs
author paulson
Wed, 08 Mar 2000 16:24:46 +0100
changeset 8356 14d89313c66c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tidied

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