doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Wed, 11 Feb 2004 00:37:18 +0100
changeset 14380 04b603a6f17d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
*** empty log message ***

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