Skip to content

Instantly share code, notes, and snippets.

@blouerat
Last active August 29, 2015 13:59
Show Gist options
  • Save blouerat/10829517 to your computer and use it in GitHub Desktop.
Save blouerat/10829517 to your computer and use it in GitHub Desktop.
HAD.Y2014.M04.D16.Exercise
reverseMap :: [a -> b] -> a -> [b]
reverseMap = sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment