fork download
  1. let f x:IEnumerable->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/l7dBMJ/prog.fs(1,9): error FS0039: The type 'IEnumerable' is not defined

/home/l7dBMJ/prog.fs(1,38): error FS0039: The field, constructor or member 'Join' is not defined
stdout
Standard output is empty