doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Wed, 17 Mar 1999 13:41:14 +0100
changeset 6376 c87f3769203a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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