Skip to content

Instantly share code, notes, and snippets.

@iboss-ptk
Last active June 29, 2018 23:51
Show Gist options
  • Select an option

  • Save iboss-ptk/3e5238bea96f0dea1f9d826ab8b70de0 to your computer and use it in GitHub Desktop.

Select an option

Save iboss-ptk/3e5238bea96f0dea1f9d826ab8b70de0 to your computer and use it in GitHub Desktop.
functor
fmap (+1) [1,2,3,4]
-- [2,3,4,5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment