doc-src/Tutorial/Misc/constdefs
author paulson
Fri, 03 Mar 2000 18:22:53 +0100
changeset 8333 226d12ac76e2
parent 5377 efb799c5ed3c
permissions -rw-r--r--
improved reasoning about {} and UNIV

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