fork download
  1. let foo = Seq.zip [3; 4; 89] (seq { 0 .. })
  2.  
  3. printfn "%A" foo
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/GoeYdK/prog.fs(1,42): error FS0010: Unexpected symbol '}' in expression
stdout
Standard output is empty