doc-src/Tutorial/Misc/ConstDefs.thy
author kleing
Tue, 02 Mar 2004 01:32:23 +0100
changeset 14422 b8da5f258b04
parent 5377 efb799c5ed3c
permissions -rw-r--r--
converted to Isar

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