doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Tue, 11 Dec 2001 15:04:17 +0100
changeset 12463 52e4de17734e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed altogether;

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