doc-src/Tutorial/Misc/constdefs
author paulson
Fri, 03 Sep 1999 10:12:42 +0200
changeset 7444 ee17ad649c26
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new SVC url

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