xor package:base-prelude

Bitwise "xor"
Monoid under bitwise XOR.
>>> getXor (Xor 0xab <> Xor 0x12) :: Word8
185