doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Sat, 04 Sep 1999 21:01:18 +0200
changeset 7469 7a8d3dff34b8
parent 5377 efb799c5ed3c
permissions -rw-r--r--
ProtoPure: fake empty scope;

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