doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Thu, 30 May 2002 10:21:28 +0200
changeset 13188 596776f878f8
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