doc-src/Tutorial/Misc/constdefs
author wenzelm
Tue, 06 Jul 1999 21:14:34 +0200
changeset 6910 7c3503ae3d78
parent 5377 efb799c5ed3c
permissions -rw-r--r--
use generic numeral encoding and syntax;

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