There are, and were, no issues with the negative random tests.
I have rewritten the tests a little ( to use shouldBe instead of ==, amongst others ), which might give more useful messages on failure.
shouldBe
==
Are there any issues with the negative random test cases for haskell, it passess all tests including the given negative tests but for some reason fail on the random negative values, and I am not able to see the issue here.
Loading collection data...
There are, and were, no issues with the negative random tests.
I have rewritten the tests a little ( to use
shouldBe
instead of==
, amongst others ), which might give more useful messages on failure.Are there any issues with the negative random test cases for haskell, it passess all tests including the given negative tests but for some reason fail on the random negative values, and I am not able to see the issue here.