On Thursday, 5 October 2017 20:52:10 UTC+1, Alex Bezhan wrote:
>
> Can someone explain what I've done wrong and how to do it the right way?


As I understand it, you will need to code the generator equivalent of 
(repeatedly make-channel) but I don't know how to do that, sorry.

Then I think you just need 
(s/def ::channel (s/with-gen ::channel-type XXXX))

where XXXX is a function that returns this mystery generator. Hopefully 
someone else will know what XXXX is!

 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to