doc-src/Tutorial/Misc/ConstDefs.thy
author paulson
Fri, 16 Nov 2001 18:24:11 +0100
changeset 12224 02df7cbe7d25
parent 5377 efb799c5ed3c
permissions -rw-r--r--
even more theories from Jacques

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