doc-src/Tutorial/Misc/constdefs
author berghofe
Sun, 29 Jun 2003 21:27:28 +0200
changeset 14080 9a50427d7165
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added split_paired_All rule for splitting variables bound by object-level universal quantifiers.

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