turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
123 stars 21 forks source link

Change to final embedding for ScheduleT? #74

Closed turion closed 6 years ago

turion commented 6 years ago

Instead of defining our own ScheduleT, we could also define a MonadSchedule class. Following Oleg Kiselyov et al., the schedule could possibly still be defined there.

turion commented 6 years ago

Superseded by duplicate #87