Created
November 27, 2014 08:12
-
-
Save Kenneth-Posey/b87328a32140d9e751d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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