doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Fri, 12 Nov 1999 17:45:36 +0100
changeset 8016 b7713108ffd8
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added the proof by Nielson & Nielson.

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