doc-src/Tutorial/Misc/Defs.thy
author paulson
Fri, 20 Apr 2001 11:11:40 +0200
changeset 11261 51bcafc7bfca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
suggestions from OHeimb

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