expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

There is odd interaction between held parts and Flat sequences

Open corywalker opened this issue 9 years ago • 0 comments

In[333]:= fooPlus[Plus[addends__]] := Hold[addends]

In[334]:= fooPlus[Plus[a, b, c]]

Out[334]= Hold[a + b + c]

Where Expreduce returns:

Hold[a, b, c]

corywalker avatar Jan 22 '17 23:01 corywalker