Copyright | (c) Galois Inc. 2018 |
---|---|
License | BSD-3 |
Maintainer | benselfridge@galois.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module defines a wrapper around the BV
type, UnsignedBV
, with
instances not provided by BV
.
Synopsis
- newtype UnsignedBV w = UnsignedBV {}
- mkUnsignedBV :: NatRepr w -> Integer -> UnsignedBV w
Documentation
newtype UnsignedBV w Source #
Signed bit vector.
Instances
mkUnsignedBV :: NatRepr w -> Integer -> UnsignedBV w Source #
Convenience wrapper for mkBV
.