fork download
  1. main = do
  2. let x = 42
  3. putStr(show( :type \ f -> map f "Text" == [1,2,3]))
  4.  
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:3:17: parse error on input `type'
stdout
Standard output is empty