doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Sun, 04 Feb 2001 22:28:31 +0100
changeset 11059 9ef75bf54a49
parent 5377 efb799c5ed3c
permissions -rw-r--r--
converted to new-style;

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