doc-src/Tutorial/Misc/Defs.thy
author oheimb
Thu, 31 May 2001 16:50:13 +0200
changeset 11337 9d6d6a8966b9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added Least_Suc2

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