Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 13:53
Show Gist options
  • Save SteveGilham/53259d18851e66e60d54 to your computer and use it in GitHub Desktop.
Save SteveGilham/53259d18851e66e60d54 to your computer and use it in GitHub Desktop.
let fst (a,b) = a;;
let snd (a,b) = b;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment