Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
487 stars 72 forks source link

Support for Producer using deepseq #228

Closed junjihashimoto closed 3 years ago

junjihashimoto commented 3 years ago

I want to use yield with Deepseq to prevent THUNK leaks.

Gabriella439 commented 3 years ago

@junjihashimoto: Sorry for the delayed reply.

I would prefer not add these, mainly because an end user can achieve the same thing using the ($!!) operator from the deepseq package, like this:

yield $!! x

each $!! xs
junjihashimoto commented 3 years ago

@Gabriel439 Thank you for letting me know.