turion / rhine

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

Add missing cases for **** and improve error #182

Closed turion closed 2 years ago

turion commented 2 years ago

Found while working on #181 . Seems to be a leftover from https://github.com/turion/rhine/pull/167 where the cases where forgotten because I had a catchall clause (https://github.com/turion/rhine/blob/b30a547fdfaaaa8c346465904a9996c407f0b0ea/rhine/src/FRP/Rhine/SN/Combinators.hs#L79).