doc-src/Tutorial/Misc/ConstDefs.thy
author wenzelm
Fri, 14 Jun 2002 13:24:32 +0200
changeset 13213 833ffcb2e92d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
IsarTut;

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