Skip to content

Instantly share code, notes, and snippets.

@jjant
Created August 22, 2018 23:45
Show Gist options
  • Select an option

  • Save jjant/0d0efacfa2024ac7c98cca21b02e9015 to your computer and use it in GitHub Desktop.

Select an option

Save jjant/0d0efacfa2024ac7c98cca21b02e9015 to your computer and use it in GitHub Desktop.
type EmployeeWithCount1
= EmployeeWithCount1
{ id : Id
, name : String
, age : Int
, employeeCount : Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment