Skip to content

Instantly share code, notes, and snippets.

@tautologico
Created April 18, 2011 04:53
Show Gist options
  • Save tautologico/924834 to your computer and use it in GitHub Desktop.
Save tautologico/924834 to your computer and use it in GitHub Desktop.
let somapares l = List.map (fun (a,b) -> a+b) l in
somapares [(1, 5); (4,7)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment