doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Sat, 24 Nov 2001 17:21:47 +0100
changeset 12294 2ef49890aede
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed SML/NJ error (!?);

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