doc-src/Tutorial/Misc/Defs.thy
author paulson
Tue, 03 Sep 2002 18:43:15 +0200
changeset 13556 d17f6474eed0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed the typesetting

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