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/255D8e/prog.fs(2,28): error FS0001: This expression was expected to have type
    seq<'a> -> string    
but here has type
    string    
stdout
Standard output is empty