doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Mon, 03 May 1999 10:57:14 +0200
changeset 6563 128cf997c768
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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