zenna / Arrows.jl

14 stars 2 forks source link

Nonuniqueness of Arrow names breaks compilation #28

Open zenna opened 7 years ago

zenna commented 7 years ago

We do not check or enforce that Arrows have different names, but compilation uses the name to construct an associated Julia function. Only one of several arrows with the same name will be compiled. Possible solutions

The great restructuring may make this redundant