```fs messages = friends |> Seq.map(fn (x): x.Messages) |> Seq.concat ``` Note: Implemented as infix operator, converted to regular `FuncCallExpr` through traversing. Multiple arguments usage still unimplemented.
Note: Implemented as infix operator, converted to regular
FuncCallExprthrough traversing.Multiple arguments usage still unimplemented.