doc-src/Tutorial/Misc/Exor.thy
author webertj
Wed, 10 Mar 2004 20:36:11 +0100
changeset 14455 5c4a1e96efd6
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Updated examples

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