doc-src/Tutorial/Misc/Exor.thy
author paulson
Tue, 03 Sep 2002 18:43:15 +0200
changeset 13556 d17f6474eed0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed the typesetting

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