doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Fri, 16 Jul 1999 22:25:07 +0200
changeset 7025 afbd8241797b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned dest_lexicon;

Exor = Main +
constdefs
 exor :: bool => bool => bool
"exor A B == (A & ~B) | (~A & B)"
end