
3 Jul
2013
3 Jul
'13
7:46 p.m.
Hey Igor,
Try using a map and then the function composition operator ".".
Something like
annexer func list = map (\x -> (func . x)) list
Kind regards,
David
On Wed, Jul 3, 2013 at 7:42 PM, Igor Pinheiro Leão
Oops, my bad. *with.
2013/7/3 Igor Pinheiro Leão
Hi there, let a function whith the following signature: annexer :: (b -> c) -> [a -> b] -> [a -> c] How can i do that?
Kind regards, Igor
-- Igor Vinícius Graduando em Ciência da Computação
-- Igor Vinícius Graduando em Ciência da Computação
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners