Created
May 19, 2016 07:50
-
-
Save rexcfnghk/f13a60574dcf65e5142b10f71aa46dc3 to your computer and use it in GitHub Desktop.
This file contains 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
// The lambda still has the signature of int -> char -> unit | |
List.iteri (fun i -> printfn "Current index: %i Current element: %A" (i + 1)) ['a'..'e'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment