
8 Jul
2021
8 Jul
'21
1:11 p.m.
On Jul 8, 2021, at 5:05 AM, Richard O'Keefe
wrote: (3) There doesn't seem to be any reason why [p1,p2,p3]++pr could not be a pattern, where p1, p2, p3 match elements and pr the rest.
The problem with that one is that: [p1,p2,p3]++pr = list is interpreted as defining “++”. If the outermost expression isn’t a constructor or some new syntax (i.e., previously a syntax error) then I think you’ll have that problem. Jeff