doc-src/Tutorial/Misc/constdefs
author paulson
Tue, 22 Aug 2000 10:59:15 +0200
changeset 9675 0fe0dce56bd8
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated to latest versions of ttbox and ttbreak

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