The gray-code package
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 of FiniteBits type class. FiniteBits is the default implementation.
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.3, 0.3.1 |
|---|---|
| Change log | CHANGELOG |
| Dependencies | base (>=4.7 && <5) [details] |
| License | BSD3 |
| Author | Sergey Astanin |
| Maintainer | s.astanin@gmail.com |
| Stability | Experimental |
| Category | Codec |
| Home page | http://bitbucket.org/astanin/hs-gray-code |
| Uploaded | Tue May 13 11:12:03 UTC 2014 by SergeyAstanin |
| Distributions | NixOS:0.3.1 |
| Downloads | 989 total (31 in last 30 days) |
| Votes | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index]
Downloads
- gray-code-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (included in the package)
Maintainers' corner
For package maintainers and hackage trustees