doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Mon, 28 Aug 2000 13:52:38 +0200
changeset 9695 ec7d7f877712
parent 5377 efb799c5ed3c
permissions -rw-r--r--
proper setup of iman.sty/extra.sty/ttbox.sty;

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