doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Fri, 01 Dec 2000 12:15:47 +0100
changeset 10560 f4da791d4850
parent 5377 efb799c5ed3c
permissions -rw-r--r--
*** empty log message ***

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