acfoltzer / bit-vector

Simple bit vectors for Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple bit vectors for Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%