There should be a way to zip multiple collections. Something like ``` (zip c1 c2 c3 (\ o -> (.prop o))) ``` As an alternative, consider the `from` macro since it can iterate over multiple collections.
There should be a way to zip multiple collections. Something like
As an alternative, consider the
frommacro since it can iterate over multiple collections.