Created
August 22, 2018 23:45
-
-
Save jjant/0d0efacfa2024ac7c98cca21b02e9015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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