doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Wed, 10 Jan 2001 00:15:33 +0100
changeset 10838 9423817dee84
parent 5377 efb799c5ed3c
permissions -rw-r--r--
use \<acute>;

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