doc-src/Tutorial/Misc/Defs.thy
author webertj
Thu, 17 Jun 2004 21:58:51 +0200
changeset 14964 2c1456d705e9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
improved defcnf conversion

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