Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 231 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 231 Bytes

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.