doc-src/Tutorial/Misc/Exor.thy
author paulson
Mon, 19 Jul 1999 15:29:30 +0200
changeset 7034 99e012d61eef
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new theorem zless_zero_nat

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