doc-src/Tutorial/Misc/ConstDefs.thy
author oheimb
Fri, 21 Jul 2000 17:46:29 +0200
changeset 9399 effc8d44c89c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed weaker variant of subset_insert_iff

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