rmonad icon indicating copy to clipboard operation
rmonad copied to clipboard

Chained `%__%` operators lose nodes

Open arendsee opened this issue 5 years ago • 0 comments

In the expression

> "a" %__% "b" %__% "c" %>% get_value()
[[1]]
[1] "a"
[[2]]
[1] "c"

The second node in the chain is missing. For longer chains, all internal nodes are missing.

arendsee avatar Nov 08 '18 07:11 arendsee