gigobyte / purify

Functional programming library for TypeScript - https://gigobyte.github.io/purify/
ISC License
1.5k stars 58 forks source link

Use property based testing #627

Closed czhang03 closed 1 year ago

czhang03 commented 1 year ago

I was wondering if there is any desire to use property based testing like TestCheck or FastCheck to test this library.

I can push a PR if that is a desirable feature.

gigobyte commented 1 year ago

Sure, I suppose you're going to use it to for check for typeclass implementation lawfuless? I haven't used those libraries in TS, so it sounds interesting, feel free to create a PR.

gigobyte commented 1 year ago

Closing because of inactivity.