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