hi, Is there a function like "map (map f) list" i.e. map of map ? And second why when I try do do function composition i.e. : newf = map . f But this works : newf x = map (f x) thanx