astynax / tea-combine / TeaCombine.Pure

A common stuff for the pure combinators.

TODO: add some great docs.


type alias Update model msg =
msg -> model -> model

A type alias for the pure update function.