doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Wed, 25 Oct 2000 18:24:33 +0200
changeset 10328 bf33cbd76c05
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