doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Tue, 03 Oct 2000 01:15:11 +0200
changeset 10132 8e9a8ede2f11
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated;

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