doc-src/Tutorial/Misc/constdefs
author berghofe
Tue, 01 Jun 2004 15:00:26 +0200
changeset 14860 e9e0d8618043
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Adapted to new name mangling function in code generator.

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