open System let f (x:'a seq) : string = String.Join (" ", x) printfn "%A" (f [3; 4; 8])