doc-src/Tutorial/Misc/defs
author paulson
Thu, 10 Sep 1998 17:23:16 +0200
changeset 5451 08ca6e067ee6
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tided the unused rule irrefl_tranclI

defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"