doc-src/Tutorial/Misc/Exor.thy
author wenzelm
Thu, 29 Nov 2001 01:51:38 +0100
changeset 12326 b4e706774e96
parent 5377 efb799c5ed3c
permissions -rw-r--r--
export primitive netpairs; activate attributes;

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