doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Thu, 13 Apr 2000 15:02:02 +0200
changeset 8704 f76f41f24c44
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Simplifier options;

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