doc-src/Tutorial/Misc/constdefs
author paulson
Tue, 15 Jul 2003 15:12:22 +0200
changeset 14112 95d51043d2a3
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tidying

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