doc-src/Tutorial/Misc/Defs.thy
author webertj
Fri, 12 Nov 2004 20:55:04 +0100
changeset 15280 e0e9bf44afad
parent 5377 efb799c5ed3c
permissions -rw-r--r--
minor code refactoring

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