fork download
  1. let f x : 'a seq->string = String.Join (" ", x)
  2. printfn "%A" (f [3; 4; 8])
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/XyBToR/prog.fs(1,35): error FS0039: The value, constructor, namespace or type 'Join' is not defined
stdout
Standard output is empty