turion / rhine

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

Remove monad from ResamplingBuffers? #77

Closed turion closed 6 years ago

turion commented 6 years ago

No ResamplingBuffer in the library requires the Monad. Should it be removed maybe? (This could only increase efficiency.)

turion commented 6 years ago

No, let's leave it as it is.