Skip to content

Instantly share code, notes, and snippets.

@jjant
Created August 23, 2018 00:04
Show Gist options
  • Select an option

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

Select an option

Save jjant/f605b9b00848257c7948b2ff013e5929 to your computer and use it in GitHub Desktop.
employeeAppToEmployeeCount : EmployeeApp -> EmployeeWithCount
employeeAppToEmployeeCount employeeApp =
map (\employees -> List.length employees) employeeApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment