rmonad icon indicating copy to clipboard operation
rmonad copied to clipboard

`funnel` creates an extra node

Open arendsee opened this issue 6 years ago • 0 comments

In the pipeline:

"a" %v>%
  paste("b") %>%
  funnel("c" %v>% paste("d")) %*>%
  paste %>%
  plot(label='value')

funnel creates an extra node whose purpose seems only to merge the inputs to the final paste. Is this really necessary?

arendsee avatar Jan 02 '18 06:01 arendsee