doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Tue, 04 Dec 2001 02:00:14 +0100
changeset 12352 92c48cc45e78
parent 5377 efb799c5ed3c
permissions -rw-r--r--
renamed RuleContext to ContextRules;

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