Skip to content

Instantly share code, notes, and snippets.

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

  • Save jjant/573edf61a61c2df6148a306680845dc7 to your computer and use it in GitHub Desktop.

Select an option

Save jjant/573edf61a61c2df6148a306680845dc7 to your computer and use it in GitHub Desktop.
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