doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Tue, 08 Jan 2002 18:08:02 +0100
changeset 12674 106d62d106fc
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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