import "Prelude" f p l = (foldl (+) (map ((+)p) l)) + p -- 3:38-3:39: Expected <[a] -> b c> got .