doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Sun, 06 Jan 2002 13:48:18 +0100
changeset 12648 16d4b8c09086
parent 5377 efb799c5ed3c
permissions -rw-r--r--
some more text;

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