Skip to content

Instantly share code, notes, and snippets.

@andytill
Created June 7, 2013 19:43
Show Gist options
  • Save andytill/5731879 to your computer and use it in GitHub Desktop.
Save andytill/5731879 to your computer and use it in GitHub Desktop.
int_to_pairs(IntList) ->
[{N, integer_to_list(N)} || N <- IntList].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment