Ticket #443 (new enhancement)
Opened 3 years ago
Add zipping and merging components
| Reported by: | blamario | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | Combinators | Version: | 0.4 |
| Keywords: | Cc: |
Description
A zip component would be similar to zip and zipWith functions on lists, except it would be working on two sources and sending results into a sink. It would have to stop when either of the sources is exhausted.
A merge component would also take two sources and one sink, but they'd all need to have the same type and it would run as long as either source provides more input.
It's not too clear what combinators could apply to these component types.
Note: See
TracTickets for help on using
tickets.
