hspec-hedgehog
hspec-hedgehog copied to clipboard
I think `modifyMaxSize` has no effect
This function is re-exported from Test.Hspec.QuickCheck, but it looks to me like it has (and can have) no effect. maxSize of the quickcheck args isn't used, and I believe Hedgehog currently has no way to set the max size for a test. I guess it would be worth documenting this, and not re-exporting the function.
PR welcome!