fscheck / FsCheck

Random Testing for .NET
https://fscheck.github.io/FsCheck/
BSD 3-Clause "New" or "Revised" License
1.15k stars 154 forks source link

Enable properties that return Task<'a> #634

Closed ploeh closed 1 year ago

ploeh commented 1 year ago

This is intended to address #633.

I'm a little concerned whether the addition of TaskGeneric overrides or shadows the more specific TaskBool, but all tests pass. Still, I wanted to call attention to this question, since I don't have complete understanding of how the underlying machinery works.