github-0.14.0: Access to the Github API, v3.
Github.Data.Id
Synopsis
newtype Id entity Source
Numeric identifier.
Constructors
Instances
mkId :: proxy entity -> Int -> Id entity Source
Smart constructor for Id.
Id
untagId :: Id entity -> Int Source