doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Thu, 15 Nov 2001 23:21:57 +0100
changeset 12216 dda8c04a8fb4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
isatool unsymbolize;

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