Created
August 22, 2018 23:52
-
-
Save jjant/573edf61a61c2df6148a306680845dc7 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 alias Id = | |
| Int | |
| type Employee1 | |
| = Employee1 | |
| { id : Id | |
| , name : String | |
| , age : Int | |
| , employees : List Employee1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment