Closed Bodigrim closed 4 years ago
$ stack test --ta '--hide-successes --quickcheck-tests 100000 -p TestIntervalRelation' TestIntervalRelation invert inverts relation: FAIL (0.08s) *** Failed! Falsified (after 20701 tests): Finite (0 % 1) <=..<= Finite (0 % 1) Finite (0 % 1) <..< PosInf JustBefore /= JustAfter Use --quickcheck-replay=413814 to reproduce.
@marcosh could you possibly take a look?
My guess is that
- , lowerBound i1 <= lowerBound i2 + , lowerBound' i1 <= lowerBound' i2
could help.
sure, I'll take a look at this
@marcosh could you possibly take a look?