bit-vector: Simple bit vectors for Haskell

[ bit-vectors, bsd3, data, library ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0
Dependencies base (>=4 && <5), vector (>=0.9 && <0.10) [details]
License BSD-3-Clause
Author Adam C. Foltzer
Maintainer acfoltzer@gmail.com
Category Data, Bit Vectors
Home page https://github.com/acfoltzer/bit-vector
Bug tracker https://github.com/acfoltzer/bit-vector/issues
Source repo head: git clone git://github.com/acfoltzer/bit-vector.git
Uploaded by AdamFoltzer at 2011-09-05T14:58:32Z
Distributions NixOS:0.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2172 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bit-vector-0.1.0

[back to package description]

bit-vector

This is a dead-simple bit vector package for Haskell. It represents bit vectors as Data.Vector.Unboxed vectors of Bools, and provides Num and Bits instances that interpret the vectors as unsigned integers.