doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Wed, 09 Feb 2000 14:35:23 +0100
changeset 8224 97e26127fb6b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
mirror dist page;

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