14 Oct 2012 13:46
ANNOUNCE: bv-0.1.0
Iago Abal <iago.abal <at> gmail.com>
2012-10-14 11:46:56 GMT
2012-10-14 11:46:56 GMT
I'm happy to announce the very first release of the bv package.
This library represents bit-vectors as a wrapper over Integer, in contrast with other libraries I've seen that prefer their representation as vectors of booleans. Particularly, the Integer-based representation is more suitable for implementing bit-vector arithmetic. I started coding this library as part of a bigger project related with SMT solving, so the functionality provided by this library is highly inspired by the theory of fixed-size bit-vectors supported by SMT solvers. I hope it will be useful for others too.
Feedback is very welcomed.
Iago Abal Rivas
_______________________________________________ Haskell mailing list Haskell <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell
RSS Feed