yona icon indicating copy to clipboard operation
yona copied to clipboard

Make it possible to use generators inside of stdlib functions

Open akovari opened this issue 2 years ago • 0 comments

Currently generators themselves depend on the Transducers module to be available, since GeneratorNode uses functions from it. This unhealthy dependency makes it then impossible to use generators in stdlib functions.

akovari avatar Aug 24 '21 14:08 akovari