doc-src/Tutorial/Misc/Exor.thy
author webertj
Thu, 17 Jun 2004 21:58:51 +0200
changeset 14964 2c1456d705e9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
improved defcnf conversion

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