doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Thu, 15 Nov 2001 23:21:57 +0100
changeset 12216 dda8c04a8fb4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
isatool unsymbolize;

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