doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Mon, 13 May 2002 10:40:59 +0200
changeset 13141 f4ed10eaaff8
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated X-Symbol URL;

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