let rec summ5 x = let stringList = x.ToString() String.concat "prestring " stringList let res = summ5 "argument" printfn "%s" res
Standard input is empty
/home/iij896/prog.fs(3,29): error FS0001: The type 'string' is not compatible with the type 'seq<string>'
Standard output is empty