drupal-elm-starter icon indicating copy to clipboard operation
drupal-elm-starter copied to clipboard

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

Open amitaibu opened this issue 7 years ago • 0 comments

This also implies changing IDs to be type safe.

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

amitaibu avatar Oct 01 '17 09:10 amitaibu