import "Prelude" a = [1, 2] b = [5, 6] main = do x <- a y <- b return (x+y) -- 7:3-7:9: Bind statements are allowed only in mdo-blocks. 8:3-8:9: Bind statements are allowed only in mdo-blocks.