turion / rhine

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

text and bytestring file clocks #257

Open turion opened 9 months ago

turion commented 9 months ago

As a follow-up to https://github.com/turion/rhine/pull/226, add clocks that read from a text file as Text or ByteString.

turion commented 9 months ago

Possibly, the CSV clock can be refactored with the ByteString clock in mind?