@hackage gray-code0.1

Gray code encoder/decoder.

Gray code is a binary numeral system where two successive numbers differ in only one bit. This package allows to convert Haskell numbers to one of the possible Gray codes and back.