Generic update function This example shows, how update function of any module might be simplified by using Dictionaries instead of Records. This approach is useful, when having many instances of child modules in application. Building the example $ elm make Main.elm