However, besides state synchronization is under development, state
persistence in MFlow is optional, by using the workflow monad instead of
the IO monad. See for example this:
http://mflowdemo.herokuapp.com/shop
2013/7/10 Alberto G. Corona
> My plan is to synchronize MFlow servers using cl
I factored out the submit buttons.
Now the three text boxes appear in succession above a unique button below.
http://mflowdemo.herokuapp.com/noscript/fviewmonad
This is the new code:
sumWidget= pageFlow "sum" $ do
n ← (do
n1 ← p << "Enter first number" ++> getInt Noth