doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Tue, 19 Feb 2002 23:49:26 +0100
changeset 12900 2be514a36aec
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Paulson:1989;

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