Functional reactive programming library
#10Add <!> operator and mergeD
This can be very useful when working with various sources of events.
Also, this and http://hub.darcs.net/ertes/netwire/issue/9 are my first patches using darcs and hub.darcs.net, please point me out any mistakes.
Issue Bundle- status set to closed
- added tag feature
- added tag wontfix
If you don't need an event's payload values, the preferred style is to indicate it by leaving the event type fully polymorphic:
notUsingEvent'sValue :: MyWire (Event a) B
You can then just use the regular mergers.