doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Thu, 22 Apr 2004 11:01:34 +0200
changeset 14651 02b8f3bcf7fe
parent 5377 efb799c5ed3c
permissions -rw-r--r--
improved notation;

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