fork download
  1. map f [1 .. 10]
  2. where f x = x * x
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
[1 of 1] Compiling Main             ( prog.hs, prog.o )

prog.hs:2:3: parse error on input `where'
stdout
Standard output is empty