You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess what this all means is that we can improve the story for any function of the form: a -> m b, making it a pair of reactive values (a write end of type a, and a read end of type b)
Certain reactive constructs like dialogs do not yet integrate well with RVs.
An example, from https://github.com/keera-studios/haskell-titan/blob/develop/titan-gui/src/Controller/Conditions/Buttons.hs#L89, is:
Instead, one could think of this dialog as a sort-of fudget or reactive processor. If synced, it could be described with something like:
The text was updated successfully, but these errors were encountered: