doc-src/Tutorial/Misc/Exor.thy
author nipkow
Wed, 02 Sep 1998 16:52:06 +0200
changeset 5425 157c6663dedd
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added function upto to List. Had to rearrange loading sequence because now List uses Recdef.

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