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

Always enable Template Haskell #484

Open Ericson2314 opened 1 year ago

Ericson2314 commented 1 year ago

With splices, it should no longer be an issue.

maralorn commented 4 days ago

I am just a bit worried because reflex is probably also used by quite a few users who don’t have access to the splice trick (yet)?

Ericson2314 commented 4 days ago

@maralorn I would imagine people that don't have access to the splicing trick or iserv are probably also not doing the sort of cross compilation where one of those is necessary?

maralorn commented 4 days ago

Yeah, probably.