doc-src/Tutorial/Misc/Defs.thy
author paulson
Mon, 09 Apr 2001 14:49:51 +0200
changeset 11245 3d9d25a3375b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new theorem Fake_parts_insert_in_Un

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