doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Wed, 05 Apr 2000 21:06:37 +0200
changeset 8674 ac6c028e0249
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed goal selection;

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