Home
last modified time | relevance | path

Searched refs:checkUnsigned (Results 1 – 1 of 1) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bv-sized-1.0.2/src/Data/BitVector/Sized/
H A DInternal.hs145 checkUnsigned :: NatRepr w
148 checkUnsigned w i = if i < 0 || i > P.maxUnsigned w function
159 mkBVUnsigned w x = checkNatRepr w $ BV <$> checkUnsigned w x