zenna / Arrows.jl

14 stars 2 forks source link

inv_dupl should match for all arrayed collection, not only `Array` #98

Closed jburroni closed 6 years ago

jburroni commented 6 years ago

There are two methods for inv_dupl. One for inv_dupl(xs::Array...), and a default method. Assume that xs = [1:2, ...]. Then, the default method will be dispatched instead of the arrayed version