ivanperez-keera / dunai

Classic FRP, Arrowized FRP, Reactive Programming, and Stream Programming, all via Monadic Stream Functions
197 stars 30 forks source link

`bearriver`: Offer all definitions from `FRP.Yampa.Switches` #426

Open ivanperez-keera opened 1 week ago

ivanperez-keera commented 1 week ago

The module FRP.Yampa.Switches is being offered by Yampa, but not bearriver.

This makes the interface offered by bearriver not compliant with Yampa, therefore not delivering on the promise of being API-compatible.

This is a subissue of #40. Because #40 is a big issue, it's good to split it in several smaller ones.

ivanperez-keera commented 3 days ago

A possible definition for dpSwitch is included as part of https://github.com/ivanperez-keera/dunai/issues/331.