import "Prelude" f p l = (foldl (+) (map ((+)p) l)) + p -- 3:25-3:31: Type [a b] -> a b is not a subtype of a.