raptor wrote:
And second why when I try do do function composition i.e. :

newf = map . f

But this works :

newf x = map (f x)

Does f has constraints? It should work with a type signature.

HTH Christian
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to