Gizra / drupal-elm-starter

DEPRECATED - See https://github.com/Gizra/drupal-starter
33 stars 9 forks source link

Use `EveryDictList` instead of `DictList` [5h] #168

Open amitaibu opened 7 years ago

amitaibu commented 7 years ago

This also implies changing IDs to be type safe.

- type alias ItemId = Int
+ type ItemId = ItemId Int