doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Sun, 06 Jan 2002 13:48:18 +0100
changeset 12648 16d4b8c09086
parent 5377 efb799c5ed3c
permissions -rw-r--r--
some more text;

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