Created
August 22, 2018 23:42
-
-
Save jjant/5d0d600a940df48fc3ee96ca9fd3ce2e 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
| 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