hedgehogqa / fsharp-hedgehog

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

Fix introductory examples #421

Closed bmitc closed 1 year ago

bmitc commented 1 year ago

The example properties are of type Property<bool>, and thus the correct type annotation should be used as well as the correct render function. As they are now in the documentation (prior to this edit), neither of these example properties compile.

TysonMN commented 1 year ago

Thanks!

bmitc commented 1 year ago

No problem! Thanks for the merge!