unroll loop in the implementation of word8Dec
This commit is contained in:
parent
26421ff05b
commit
61871a9ae3
2 changed files with 21 additions and 1 deletions
|
@ -53,6 +53,10 @@ tests = testGroup "Tests"
|
|||
run 1 (word64PaddedUpperHex w)
|
||||
===
|
||||
pack (showWord64PaddedUpperHex w)
|
||||
, TQC.testProperty "word8Dec" $ \w ->
|
||||
run 1 (word8Dec w)
|
||||
===
|
||||
pack (show w)
|
||||
, TQC.testProperty "pasteArrayST" $ \(xs :: [Word64]) ->
|
||||
(runArray word64Dec (V.fromList xs))
|
||||
===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue