hedgehogqa / fsharp-hedgehog

Release with confidence, state-of-the-art property testing for .NET.
https://hedgehogqa.github.io/fsharp-hedgehog/
Other
271 stars 31 forks source link

Efficient falseToFailure #437

Closed TysonMN closed 12 months ago

AlexeyRaga commented 12 months ago

This is great as it now works as expected!

TysonMN commented 12 months ago

why does PropertyBuilder's Return still use Property.ofBool?

I think that is dead code.