doc-src/Tutorial/Misc/Defs.thy
author paulson
Wed, 19 Jul 2000 12:33:36 +0200
changeset 9392 c8e6529cc082
parent 5377 efb799c5ed3c
permissions -rw-r--r--
changed / to // for quotienting

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