doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Tue, 08 Jan 2002 00:02:25 +0100
changeset 12660 5743f2fba24e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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