The `model` function is called only once, when your app is started.

Then your `view` function is called, to render the model to the DOM.

After that, every time your `view` function produces and `Msg`, your `update` 
function is called, and the resulting model is passed on to another call of 
your `view`.

I have never really cared for what goes on "under the hood" of the elm runtime 
that handles all this.

What is your use case that triggers your interest in this?

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to