carette
2017-11-12 15:59:10

@carette has joined the channel


pocmatos
2017-11-13 07:55:25

Does anybody know of a project using quickcheck that is defining their own generators? I am having a hard time understanding how to do this from the docs.


pocmatos
2017-11-13 07:55:52

The problem is not so much creating the generator itself: (make-generator (lambda (size rgen) ...)) would do it…


pocmatos
2017-11-13 07:56:11

but reusing existing generators in the definition of a new one.