purescript-deprecated/purescript-strongcheck

It's unclear what pro/cons of ps-strongcheck are over ps-quickcheck

Closed this issue · 1 comments

It would be nice to expand README by making pro/cons of ps-strongcheck over ps-quickcheck.

My only knowledge on this topic comes from this comment of @garyb

Do you need to use strongcheck over quickcheck? QC is quite a bit faster and fully stack safe nowadays.

See this page from my repo.

Specifically, garyb stated that StrongCheck has exhaustive and statistic checking whereas QC does not. Otherwise, SC was stack-safe before QC was.