doc-src/Tutorial/Misc/constdefs
author kleing
Tue, 12 Dec 2000 14:08:48 +0100
changeset 10651 bb3a81a005f7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
completeness (unfinished)

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