doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Thu, 27 Jul 2000 18:23:12 +0200
changeset 9450 c97dba47e504
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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