doc-src/Tutorial/Misc/ConstDefs.thy
author paulson
Thu, 17 Oct 2002 10:56:00 +0200
changeset 13652 172600c40793
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed comments and types

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