doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Tue, 19 Feb 2002 23:49:26 +0100
changeset 12900 2be514a36aec
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Paulson:1989;

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