doc-src/Tutorial/Misc/ConstDefs.thy
author paulson
Fri, 05 Jan 2001 18:16:01 +0100
changeset 10792 78dfc5904eea
parent 5377 efb799c5ed3c
permissions -rw-r--r--
a few extra brackets

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