doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Mon, 09 Oct 2000 20:05:49 +0200
changeset 10180 149878bae19c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed hrefs: index.html;

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