doc-src/Tutorial/Misc/ConstDefs.thy
author oheimb
Tue, 20 Feb 2001 18:47:27 +0100
changeset 11165 3b69feb7d053
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added image_cong to default congs of recdef

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