One can also write
my_list |> List.iter @@ fun x ->
(* several lines of code here *)
You don’t need labels to move arguments around. ![]()
One can also write
my_list |> List.iter @@ fun x ->
(* several lines of code here *)
You don’t need labels to move arguments around. ![]()