doc-src/Tutorial/Misc/ConstDefs.thy
author paulson
Tue, 16 May 2000 14:04:29 +0200
changeset 8876 f797816932d7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
reverted to old proof of dominoes_tile_row, given new treatment of #2+...

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