> On Oct 23, 2016, at 9:30 PM, Leroy Campbell <[email protected]> wrote: > > I think I have something close to what you're looking for, but my solution > makes me wonder, why store text in your model rather than the parsed > float/int values? It seems like you want the parsed values for a calculation, > not to format a paragraph of text.
I think this has finally settled down to a form I’m happy with: https://github.com/marick/eecrit/tree/master/web/elm/IV/Scenario <https://github.com/marick/eecrit/tree/master/web/elm/IV/Scenario> The reason for storing text is that the model is a model of the user’s interaction with a fair number of interdependent text fields. After some fiddling, it seems nice to have the interaction model produce an execution model when it’s time for the simulation to run. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
