x = map (\i : append "Successfully concatenated " i) [("two strings!")] main = equal? x [("Successfully concatenated two strings!")]