doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Mon, 19 Mar 2001 12:38:36 +0100
changeset 11213 aeb5c72dd72a
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