The latest version of gray-code is 0.3.1-0.
gray-code
Version 0.2.2 revision 0 uploaded by SergeyAstanin.
Package meta
- Synopsis
- Gray code encoder/decoder.
- Description
Gray code is a binary numeral system where two successive numbers differ in only one bit.
This package allows to convert numbers to one of the possible Gray codes and back. Two binary representations of a number are supported:
[Bool]
and types ofBits
type class.Bits
is the default implementation.- Author
- Sergey Astanin
- Bug reports
- n/a
- Category
- Codec
- Copyright
- n/a
- Homepage
- http://bitbucket.org/astanin/hs-gray-code
- Maintainer
- s.astanin@gmail.com
- Package URL
- n/a
- Stability
- Experimental