drupal-elm-starter
drupal-elm-starter copied to clipboard
Use `EveryDictList` instead of `DictList` [5h]
This also implies changing IDs to be type safe.
- type alias ItemId = Int
+ type ItemId = ItemId Int