doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Fri, 09 Jul 1999 16:54:54 +0200
changeset 6946 309276732ee1
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added compose_single;

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