doc-src/Tutorial/Misc/Defs.thy
author paulson
Thu, 17 Aug 2000 11:56:47 +0200
changeset 9634 61b57cc1cb5a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
modified proofs: better rules for cancellation of common factors across comparisons

Defs = Types +
consts nand, exor :: gate
defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"
end