doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Wed, 26 Sep 2001 22:25:23 +0200
changeset 11573 4f85af77038f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
bold symbols;

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