doc-src/Tutorial/Misc/Exor.thy
author kleing
Fri, 05 Jul 2002 11:17:42 +0200
changeset 13300 debf9ef73e4e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added dependency for $(OUT)/FOL

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