doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Wed, 13 Oct 1999 19:44:15 +0200
changeset 7858 2cd88d1eec0c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
isabelle-isar-ref;

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