Skip to content

Instantly share code, notes, and snippets.

@Kenneth-Posey
Created November 27, 2014 08:12
Show Gist options
  • Save Kenneth-Posey/b87328a32140d9e751d2 to your computer and use it in GitHub Desktop.
Save Kenneth-Posey/b87328a32140d9e751d2 to your computer and use it in GitHub Desktop.
let frst = fst
let scnd = snd
let thrd (a, b, c) = c
let frth (a, b, c, d) = d
let ffth (a, b, c, d, e) = e
let sxth (a, b, c, d, e, f) = f
let svth (a, b, c, d, e, f, g) = g
let egth (a, b, c, d, e, f, g, h) = h
let nnth (a, b, c, d, e, f, g, h, i) = i
let tnth (a, b, c, d, e, f, g, h, i, j) = j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment