fork download
  1. main = print $ map (+1) [1, 2, 3]
Success #stdin #stdout 0s 4592KB
stdin
Standard input is empty
stdout
[2,3,4]