doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Sat, 04 Nov 2000 18:41:37 +0100
changeset 10392 f27afee8475d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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