doc-src/Tutorial/Misc/Exor.thy
author paulson
Mon, 22 May 2000 12:27:11 +0200
changeset 8911 c35b74bad518
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fold_commute, fold_nest_Un_Int, setsum_Un and other new results

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