Re: [stack] improved parallel combinator
John Nowak <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
On Jan 7, 2009, at 4:58 PM, John Nowak wrote: > Gatherer: R -> (R++S) -- ensures it returns 0 or more values > Quote1: S -> T > Quote2: S -> U > Combiner: (T -> V) /\ (U -> W) > Final: R -> (V++W) Sorry, the last one should be 'R -> (R++V++W)'. - John