Wauw, you have made an implementation of quickCheck. Well documented, excellent work.
But fair is fair. I can not give you a 10 because of:
r2 <- getRandomBoundedInt 2 10
.
.
ff <- generateForms r2 (d-1) n
must be
r2 <- getRandomBoundedInt 0 10
.
.
ff <- generateForms r2 (d-1) n
So important test cases were missed.
Well done (=9)
Wauw, you have made an implementation of quickCheck. Well documented, excellent work.
But fair is fair. I can not give you a 10 because of:
must be
So important test cases were missed.
Well done (=9)