import "Prelude" main = ignore edo x <- [print "Hello"] return (print "world!") -- Hello world! ()