doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Fri, 08 Mar 2002 16:24:06 +0100
changeset 13049 ce180e5b7fa0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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