doc-src/Tutorial/Misc/constdefs
author paulson
Mon, 06 Sep 2004 15:57:58 +0200
changeset 15182 5cea84e10f3e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new "respects" syntax for the congruent operator

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