[Haskell-cafe] mapOfmap & composition

raptor raptor at tvskat.net
Fri Dec 9 13:23:47 EST 2005


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


More information about the Haskell-Cafe mailing list