doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Wed, 10 Jan 2001 00:15:33 +0100
changeset 10838 9423817dee84
parent 5377 efb799c5ed3c
permissions -rw-r--r--
use \<acute>;

ConstDefs = Types +
constdefs nand :: gate
         "nand A B == ~(A & B)"
          exor :: gate
         "exor A B == A & ~B | ~A & B"
end