doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Wed, 09 Aug 2000 20:43:03 +0200
changeset 9561 714ad541a133
parent 5377 efb799c5ed3c
permissions -rw-r--r--
thms "atomize";

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