doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Tue, 04 Sep 2001 21:10:57 +0200
changeset 11549 e7265e70fd7c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
renamed "antecedent" case to "rule_context";

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