Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save jjant/5d0d600a940df48fc3ee96ca9fd3ce2e to your computer and use it in GitHub Desktop.
map : (a -> b) -> Employee a -> Employee b
map f (Employee sharedData a) =
Employee sharedData (f a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment