Iterators.jl icon indicating copy to clipboard operation
Iterators.jl copied to clipboard

Add Interleave (r2)

Open oxinabox opened this issue 9 years ago • 1 comments

Interleave is the complement to chain. It takes from each iterator in turn. It is required to implement things like Minikanren.

This PR replaces the failed https://github.com/JuliaLang/Iterators.jl/pull/54 I think it is now squashed right

oxinabox avatar Apr 28 '16 04:04 oxinabox

travis is saying this is broken in the nightly. This is because the Whole of Iterators.jl is broken in the nightly. because https://github.com/JuliaLang/Iterators.jl/issues/56 for a start.

oxinabox avatar Apr 28 '16 06:04 oxinabox