doc-src/Tutorial/Misc/Exor.thy
author paulson
Fri, 10 Mar 2000 17:52:48 +0100
changeset 8414 5983668cac15
parent 5377 efb799c5ed3c
permissions -rw-r--r--
now uses recdef instead of "rules"

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