turion / rhine

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

Catch io exceptions in clocks #300

Open turion opened 3 months ago

turion commented 3 months ago

See https://github.com/turion/rhine/pull/287, this is about adding clocks that can specifically catch IO exceptions. They are to be added if they prove to be faster or much more useful than their ExceptT counterparts.