fork download
  1. foo = 42
  2. foo = 17
  3.  
  4. main = do
  5. print foo
  6. print foo
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: lexical error at character '\b'
stdout
Standard output is empty