aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Id.elm
blob: c416804c9aeca5ee4f20e287099cb7eb744a9c10 (plain)
1
2
3
4
5
module Model.Id
  ( Id
  ) where

type alias Id = Int