doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Sun, 04 Feb 2001 19:31:13 +0100
changeset 11049 7eef34adb852
parent 5377 efb799c5ed3c
permissions -rw-r--r--
HOL-NumberTheory: converted to new-style format and proper document setup;

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