bv-sized: a bitvector datatype that is parameterized by the vector width

[ bit-vectors, bsd3, library ] [ Propose Tags ] [ Report a vulnerability ]

This module defines a width-parameterized bitvector type and various associated operations.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7
Change log changelog.md
Dependencies base (>=4.11 && <5), bitwise (>=1.0.0 && <1.1), bytestring (>=0.10 && <0.13), deepseq (>=1.4.0 && <1.6), panic (>=0.4.0 && <0.5), parameterized-utils (>=2.0.2 && <2.4), random (>=1.2.0 && <1.4), th-lift (>=0.8.1 && <0.9) [details]
License BSD-3-Clause
Copyright Galois Inc., Ben Selfridge March 2018
Author Ben Selfridge
Maintainer benselfridge@galois.com
Uploaded by aschwerdfeger_galois at 2026-01-24T01:55:30Z
Revised Revision 1 made by ryanglscott at 2026-03-10T14:27:10Z
Category Bit Vectors
Home page https://github.com/GaloisInc/bv-sized
Source repo head: git clone https://github.com/GaloisInc/bv-sized
Distributions LTSHaskell:1.0.7, Stackage:1.0.7
Reverse Dependencies 13 direct, 9 indirect [details]
Downloads 12516 total (51 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-01-24 [all 1 reports]

Readme for bv-sized-1.0.7

[back to package description]

bv-sized

This library defines a bitvector datatype that is parameterized by the bit width.