reflex-frp / reflex

Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
1.07k stars 149 forks source link

relaxed witherable upper bound to allow 0.4 #460

Closed noinia closed 2 years ago

noinia commented 2 years ago

Seems to compile/run fine here on my little reflex-sdl based example

ali-abrar commented 2 years ago

Thanks