fork download
  1. main = return ()
  2.  
  3. test1 :: Int -> String
  4. test1 x = do
  5. if x == 1
  6. then "Hello"
Compilation error #stdin compilation error #stdout 0s 8388607KB
stdin
Standard input is empty
compilation info
[1 of 1] Compiling Main             ( prog.hs, prog.o )

prog.hs:6:21: error:
    parse error (possibly incorrect indentation or mismatched brackets)
stdout
Standard output is empty