doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Wed, 09 Jun 2004 18:51:02 +0200
changeset 14894 d23f6b505e9a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
updated notes on sub-/superscripts;

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