doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Thu, 02 Sep 1999 15:25:19 +0200
changeset 7443 e5356e73f57a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
renamed NatSum to Summation;

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