haskell-hedgehog-classes
haskell-hedgehog-classes copied to clipboard
ixLaws is extremely inefficient in certain (most) cases
If the generators we are fed have a very large codomain, ixLaws will generate (allocate) a massive list, traverse it. this happens 100 times, killing cpu and throttling memory. i'll come up with a way to avoid this happening to the unsuspecting.