doc-src/Tutorial/Misc/Defs.thy
author berghofe
Thu, 19 Aug 1999 19:00:42 +0200
changeset 7293 959e060f4a2f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Moved sum_case stuff from Sum to Datatype.

Defs = Types +
consts nand, exor :: gate
defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"
end