FsCheck
FsCheck copied to clipboard
Proposal: make FsCheck.Experimental.Operation.Check return 'Testable instead of Property.
It would allow better integration with those who prefer Assert
ing with their test libraries, instead of using FsCheck properties.
See #541
Note that I threaded the 'Testable
through all types. So you can't use bool
in one Operation
and unit
in another now. I'm not 100% convinced that is better.