Thanks Max. I've taken out the somewhat repetitive paragraphs, to make the article itself also more compact and readable :)
As for using Dict, the exercise basically shows how to extract functions by rolling your own List equivalent of Dict.update. Using Dict from the start would be less clear for the example. For collections where updating individual items is the dominant operations, I would agree that a Dict is more suitable. I have added a note about List vs Dict at the end. -- 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.
