doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Wed, 31 Jan 2001 22:16:22 +0100
changeset 11012 8eb472444705
parent 5377 efb799c5ed3c
permissions -rw-r--r--
strip_blanks moved to General/symbol.ML;

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