How are ListLabels, ArrayLabels, etc. implemented?

One can also write

my_list |> List.iter @@ fun x ->
(* several lines of code here *)

You don’t need labels to move arguments around. :slight_smile:

1 Like