doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Mon, 28 Aug 2000 15:13:55 +0200
changeset 9698 f0740137a65d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated;

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