doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Wed, 26 Sep 2001 22:25:23 +0200
changeset 11573 4f85af77038f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
bold symbols;

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