Skip to content

Instantly share code, notes, and snippets.

@rexcfnghk
Created May 19, 2016 07:50
Show Gist options
  • Save rexcfnghk/f13a60574dcf65e5142b10f71aa46dc3 to your computer and use it in GitHub Desktop.
Save rexcfnghk/f13a60574dcf65e5142b10f71aa46dc3 to your computer and use it in GitHub Desktop.
// 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