doc-src/Tutorial/Misc/Exor.thy
author kleing
Wed, 12 Jul 2000 14:47:55 +0200
changeset 9287 c406d0af9368
parent 5377 efb799c5ed3c
permissions -rw-r--r--
about.html -> logics.html

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