Property testing #296
tom-sherman
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has there been any experiments with property testing in koka?
One thing I've found annoying about property testing is that it's never very ergonomic to use, especially with custom arbitraries. Threading the random state through is awkward.
This complaint is a variation on "monads are awkward" so I'm sure effects can help here.
I've started playing around with this idea over at https://github.com/tom-sherman/fizzy.kk
Beta Was this translation helpful? Give feedback.
All reactions