doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Fri, 05 May 2000 22:23:27 +0200
changeset 8809 85539b33be03
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated;

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